summaryrefslogtreecommitdiff
path: root/devel/ninja/files/patch-configure.py
blob: f6ade809ce3beb2e4b70dad59e42017d6d925dfe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.py.orig	2014-11-24 18:37:47.000000000 +0100
+++ configure.py	2015-01-18 21:26:42.000000000 +0100 
@@ -297,7 +297,7 @@
         cflags += ['/Ox', '/DNDEBUG', '/GL']
         ldflags += ['/LTCG', '/OPT:REF', '/OPT:ICF']
 else:
-    cflags = ['-g', '-Wall', '-Wextra',
+    cflags = ['-Wall', '-Wextra',
               '-Wno-deprecated',
               '-Wno-unused-parameter',
               '-fno-rtti',