Author Topic: How to remove the -w flag  (Read 5242 times)

Offline flip101

  • Single posting newcomer
  • *
  • Posts: 2
How to remove the -w flag
« 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.
« Last Edit: May 04, 2013, 04:40:44 pm by flip101 »

Offline flip101

  • Single posting newcomer
  • *
  • Posts: 2
Re: How to remove the -w flag
« Reply #1 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