Feature #5544 2012-07-19 08:29
simonsunnyboy
Support ISO C99 beside ISO C90 for GCC
Hello,
I am using Code::Blocks IDE with great success.
However I noticed there is no option to enable C99 support for GCC from the GUI yet.
I'm using C::B 10.05 at the moment.
I have to uncheck "In C mode, support all C90 programms [...]" which sets -ansi and add -std=c99 by hand to the "Other options" tab for the compiler.
As a new feature I would like to request having as well in the GUI: "In C mode, support all C99 programms [...]" which sets -std=c99
Preferrably this should be exclusive to enabling -ansi
Regards, Matthias
- Category
- Programming Languages
- Status
- Open
- Close date
- Assigned to