Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » what is "fixed flags" for?
Re: what is "fixed flags" for? [message #39715 is a reply to message #39710] Fri, 19 April 2013 17:27 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1791
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

Hi piotr5,

The "fixed flags" only affects (as the name suggest Wink ) build flags. To specify compiler options for debug mode, you can use "debug options". To set options for both debug and release modes, you simply add the options directly in the "compiler name" field (e.g.: 'gcc -std=c++0x').

Best regards,
Honza

PS: Almost forgot to answer your question Smile Fixed flags in debug mode can be used e.g. to allow some extra logging (using #ifdef flagXYZ inyour code) for given build method. Than you can switch such functionality on/off simply by switching between two, otherwise same, build methods. At least that is what I use it for sometimes...

[Updated on: Fri, 19 April 2013 17:31]

Report message to a moderator

 
Read Message
Read Message
Previous Topic: IDE hangs when using breakpoints in Debugger
Next Topic: g++-4.8 with lto
Goto Forum:
  


Current Time: Mon Aug 18 06:11:53 CEST 2025

Total time taken to generate the page: 0.04607 seconds