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
Compiler flags
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Compiler flags
Thanks, I did help with these changes, but all credits goes to DavidGH who implemented it. (wxForum user: DavidHart)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!!!
Please note that it is not completed yet, and more to come, plus there could be some bugs
Yes, I took the lazy approach of making it free text ...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).
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