Compiler flags

General questions regarding the usage of CodeLite
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Compiler flags

Post by marfi »

At the first, I'd like to thank you for AWESOME debugger's improvement! Conditional breakpoints and all other new stuff are just great!!!

Now what I'm missing is some elegant way how to set compiler flags in a project settings. It would be great to have a check list with all available compiler flags which can activated by simple clicking (like in VS or Code::Blocks).

Regards
marfi
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Compiler flags

Post by eranif »

marfi wrote:At the first, I'd like to thank you for AWESOME debugger's improvement! Conditional breakpoints and all other new stuff are just great!!!
Thanks, I did help with these changes, but all credits goes to DavidGH who implemented it. (wxForum user: DavidHart)

Please note that it is not completed yet, and more to come, plus there could be some bugs :D
marfi wrote:Now what I'm missing is some elegant way how to set compiler flags in a project settings. It would be great to have a check list with all available compiler flags which can activated by simple clicking (like in VS or Code::Blocks).
Yes, I took the lazy approach of making it free text ...

Btw, there is already a FR for this:
https://sourceforge.net/tracker/index.p ... tid=979963

Eran
Make sure you have read the HOW TO POST thread
Post Reply