Page 1 of 1

Compiler flags

Posted: Sun Dec 21, 2008 2:20 pm
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

Re: Compiler flags

Posted: Sun Dec 21, 2008 3:27 pm
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