diff options
m--------- | waflib | 0 | ||||
-rw-r--r-- | wscript | 6 |
2 files changed, 0 insertions, 6 deletions
diff --git a/waflib b/waflib -Subproject 4b03300471e2a56d888c8f19cbc11ecb211e4cc +Subproject d19992202543ebb810609c074f754b5ec48c0fd @@ -102,12 +102,6 @@ def configure(conf): if 'mingw' in conf.env.CC[0]: conf.env.append_value('CFLAGS', '-Wno-unused-macros') - if ('clang' in conf.env.CC[0] and - '-Wl,--no-undefined' in conf.env.LINKFLAGS and ( - '-fsanitize=address' in conf.env.CFLAGS or - '-fsanitize=undefined' in conf.env.CFLAGS)): - conf.env.LINKFLAGS.remove('-Wl,--no-undefined') - conf.env.update({ 'BUILD_UTILS': not Options.options.no_utils, 'BUILD_SHARED': not Options.options.no_shared, |