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…