diff --git a/wscript b/wscript index d1eb11d5..cef72251 100644 --- a/wscript +++ b/wscript @@ -225,6 +225,9 @@ def configure(conf): conf.env.append_unique('CXXFLAGS', '-Wall') conf.env.append_unique('CXXFLAGS', '-std=gnu++11') + # TODO + conf.env.append_unique('CXXFLAGS', '-Wno-deprecated-register') + if not conf.env['IS_MACOSX']: conf.env.append_unique('LDFLAGS', '-Wl,--no-undefined') else: