Saving project (build) settings in Eclipse CDT [migrated]
- by Mike Valeriano
Is there an option somewhere in CDT (Juno) where I can set customized "Release" configurations for my projects?
All I want to do for now is to be able to create a new C++ project and have by default the -std=c++11 and -std=gnu11options for the compilers and -s for the linker, and maybe a few other optimization flags. It's not a big hassle to do it every time for every new program, but I was just wondering, since I've been creating a lot of small programs to get to know C++ better.