Bugzilla – Bug 1032
Unable to specify multiple Compiler/Linker flags
Last modified: 2010-11-20 12:57:39 UTC
waf allows specifying single compiler/linker flags through the xxxFLAGS_EXTRA environment variables, but there are currently no means to supply multiple flags - specifying something like CXXFLAGS_EXTRA="-Wno-some-warning -Wno-another-warning" will result in compiler complaining that the flag is invalid.
changeset: 6670:c43b992a4f5b tag: tip user: Gustavo J. A. M. Carneiro <gjc@inescporto.pt> date: Sat Nov 20 17:55:53 2010 +0000 summary: Bug 1032 - Unable to specify multiple Compiler/Linker flags