How do I modify the defaults from the command-line for this multiple option variable:
options = Variables()
options.Add(
"FLAGS",
"Compiler Flags.",
["-Wall", "-Werror", "-O2"]
)
This fails to do the right thing:
scons FLAGS=-Wall,-Werror
This is scons 1.1.0 and tcsh.