Bug 1032

Summary: Unable to specify multiple Compiler/Linker flags
Product: ns-3 Reporter: Quincy Tse <quincy.tse>
Component: build systemAssignee: Quincy Tse <quincy.tse>
Status: RESOLVED FIXED    
Severity: minor CC: gjcarneiro, ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   

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