5 lines
108 B
Python
5 lines
108 B
Python
Import("env")
|
|
|
|
# General options that are passed to the C++ compiler
|
|
env.Append(CXXFLAGS=["-Wno-volatile"])
|