4 lines
106 B
Python
4 lines
106 B
Python
Import("env")
|
|
|
|
# General options that are passed to the C++ compiler
|
|
env.Append(CXXFLAGS=["-fpermissive"]) |