Default flags for gcc compiler in Eclipse

Posted by Pieter on Stack Overflow See other posts from Stack Overflow or by Pieter
Published on 2010-02-02T12:20:42Z Indexed on 2010/03/30 19:03 UTC
Read the original article Hit count: 535

Filed under:
|
|
|

I want all my C programs to be compiled with the options -Wall -pedantic -ansi by default. Is there a way to have Eclipse add these flags to the compiler command by default for all projects?

© Stack Overflow or respective owner

Related posts about gcc

Related posts about eclipse