Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
compiler_cxx settings
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Игорь Байдюк  
View profile  
 More options Sep 25 2012, 2:49 am
From: Игорь Байдюк <target....@gmail.com>
Date: Mon, 24 Sep 2012 23:49:47 -0700 (PDT)
Local: Tues, Sep 25 2012 2:49 am
Subject: compiler_cxx settings

Hi!

Does anybody know if there's a way to set some settings to C++ compiler,
regardless of which implementation was used?
At example,
conf.compiler_cxx.optimization = 4 # for optimization level
conf.compiler_cxx.gen_debug_info = True # for whether to generate debug info
conf.compiler_cxx.gen_pdb_files = True # generate PDB files, if compiler
supports these options

Thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thomas Nagy  
View profile  
 More options Sep 25 2012, 1:10 pm
From: Thomas Nagy <tnagy1...@gmail.com>
Date: Tue, 25 Sep 2012 19:09:42 +0200
Local: Tues, Sep 25 2012 1:09 pm
Subject: Re: [waf-users 4624] compiler_cxx settings

On Tue, Sep 25, 2012 at 8:49 AM, éÇÏÒØ âÁÊÄÀË wrote:
> Hi!

> Does anybody know if there's a way to set some settings to C++ compiler,
> regardless of which implementation was used?
> At example,
> conf.compiler_cxx.optimization = 4 # for optimization level
> conf.compiler_cxx.gen_debug_info = True # for whether to generate debug info
> conf.compiler_cxx.gen_pdb_files = True # generate PDB files, if compiler
> supports these options

There are no such options: optimization and debug info levels are
compiler- and platform-dependent, they cannot be standardized.

Thomas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »