Bug 1032 - Unable to specify multiple Compiler/Linker flags
Unable to specify multiple Compiler/Linker flags
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
ns-3-dev
All All
: P5 minor
Assigned To: Quincy Tse
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-11-19 02:06 UTC by Quincy Tse
Modified: 2010-11-20 12:57 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Quincy Tse 2010-11-19 02:06:54 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.
Comment 1 Gustavo J. A. M. Carneiro 2010-11-20 12:57:39 UTC
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