summaryrefslogtreecommitdiff
path: root/media-gfx/mypaint/files/mypaint-2.0.1-r1-build-system.patch
blob: 63a7a5bf75ed0232d257e1c7189d9064b579bf29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff --git a/setup.py b/setup.py
index 670df4d..703f9d2 100644
--- a/setup.py
+++ b/setup.py
@@ -471,9 +471,6 @@ class BuildExt (build_ext):
             linkflags.extend([
                 "-O0",
             ])
-        else:
-            linkflags.append("-O3")
-            ccflags.append("-O3")
 
         return build_ext.build_extension(self, ext)
 
@@ -869,7 +866,6 @@ def get_ext_modules():
         '-Wno-write-strings',
         '-D_POSIX_C_SOURCE=200809L',
         "-DNO_TESTS",  # FIXME: we're building against shared libmypaint now
-        '-g',  # always include symbols, for profiling
     ]
     extra_link_args = []