Page 1 of 1

ansi c99 specification

Posted: Thu Apr 03, 2014 10:15 pm
by 5324
Hi,

i program in c and i would like to use ansi c99 specification. How can i set the codelite?

Thx.

Re: ansi c99 specification

Posted: Fri Apr 04, 2014 11:28 am
by Jarod42
According to http://stackoverflow.com/questions/2193 ... lag-in-gcc
You have to use c99 instead of gcc.
So go to
- Settings -> Build Settings...
- Create a new compiler c99
- Complete all fields (using those of gcc should be ok) and replace gcc by c99.