diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -83,9 +83,6 @@ def configure(conf): '-Wno-old-style-cast', '-Wno-zero-as-null-pointer-constant', ], - 'gcc': [ - '-Wno-effc++', - ], }) conf.env.NODELETE_FLAGS = [] |