Code::Blocks Forums

User forums => Help => Topic started by: flip101 on May 04, 2013, 04:37:06 pm

Title: How to remove the -w flag
Post by: flip101 on May 04, 2013, 04:37:06 pm
at compiler settings i did not select:
Produce debugging symbols [-g]
and
Enable warnings [-w]

yet they show up in the build log ?!

When i do select them they both show up twice!

I'm especially looking to remove that -w flag there since it DISABLE ALL WARNINGS !!!
With GCC: -w Inhibit all warning messages. http://tigcc.ticalc.org/doc/comopts.html
With Clang: -w Disable all warnings. http://clang.llvm.org/docs/UsersManual.html#windows

Also when setting up a new project, everytime i get the message:
This wizard doesn't know hot to setup exception flags for this compiler.
Title: Re: How to remove the -w flag
Post by: flip101 on May 04, 2013, 06:25:46 pm
Solution:
Do not copy the LLVM D compiler when setting up Clang LLVM for C++
but copy the GCC compiler