summaryrefslogtreecommitdiffstats
path: root/extras
diff options
context:
space:
mode:
Diffstat (limited to 'extras')
-rw-r--r--extras/autowaf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/extras/autowaf.py b/extras/autowaf.py
index e8ba561..3d4c09a 100644
--- a/extras/autowaf.py
+++ b/extras/autowaf.py
@@ -532,8 +532,8 @@ def configure(conf):
if Options.options.debug:
if conf.env['MSVC_COMPILER']:
- conf.env['CFLAGS'] = ['/Od', '/Z7', '/MTd', '/FS']
- conf.env['CXXFLAGS'] = ['/Od', '/Z7', '/MTd', '/FS']
+ conf.env['CFLAGS'] = ['/Od', '/Z7']
+ conf.env['CXXFLAGS'] = ['/Od', '/Z7']
conf.env['LINKFLAGS'] = ['/DEBUG', '/MANIFEST']
else:
conf.env['CFLAGS'] = ['-O0', '-g']