How do you set optimization/debugging flags in Eclipse CDT, set up uses GNU tool-chain ??
Thanks !
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends on the kind of project you set up. Is it a makefile project?
You can also use the CFLAGS CXXFLAGS environment variables.
I will suggest you to use cmake and then generate the Eclipse CDT project with
CMake -G “Eclipse CDT4 Makefile”