summary refs log tree commit diff
path: root/pkgs/applications/misc/kitty/no-lto.patch
blob: 44d231cb07f9430fe5202ff645c9d37f6f70dcc1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/setup.py
+++ b/setup.py
@@ -233,9 +233,6 @@ def init_env(
     cppflags += shlex.split(os.environ.get('CPPFLAGS', ''))
     cflags += shlex.split(os.environ.get('CFLAGS', ''))
     ldflags += shlex.split(os.environ.get('LDFLAGS', ''))
-    if not debug and not sanitize:
-        # See https://github.com/google/sanitizers/issues/647
-        cflags.append('-flto'), ldflags.append('-flto')

     if profile:
         cppflags.append('-DWITH_PROFILER')