summaryrefslogtreecommitdiff
path: root/x11-terms/kitty/files/kitty-0.23.1-flags.patch
blob: 8f23393f8a0e86b18230fcdd92e2420bf4d4d6da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/setup.py
+++ b/setup.py
@@ -295,3 +295,3 @@
     fortify_source = '' if sanitize and is_macos else '-D_FORTIFY_SOURCE=2'
-    optimize = df if debug or sanitize else '-O3'
+    optimize = ''
     sanitize_args = get_sanitize_args(cc, ccver) if sanitize else set()
@@ -319,3 +319,3 @@
         'OVERRIDE_LDFLAGS',
-        '-Wall ' + ' '.join(sanitize_args) + ('' if debug else ' -O3')
+        '-Wall ' + ' '.join(sanitize_args)
     )
@@ -807,4 +807,2 @@
             libs.append('-lprofiler')
-    else:
-        cflags.append('-O3')
     if bundle_type.endswith('-freeze'):