News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

How to remove the -w flag

Started by flip101, May 04, 2013, 04:37:06 PM

Previous topic - Next topic

flip101

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.

flip101

Solution:
Do not copy the LLVM D compiler when setting up Clang LLVM for C++
but copy the GCC compiler