Hi,
i program in c and i would like to use ansi c99 specification. How can i set the codelite?
Thx.
ansi c99 specification
-
- CodeLite Curious
- Posts: 1
- Joined: Mon Mar 31, 2014 10:19 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- Jarod42
- CodeLite Expert
- Posts: 240
- Joined: Wed Sep 30, 2009 5:54 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: ansi c99 specification
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.
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.