summary refs log blame commit diff
path: root/pkgs/games/taisei/0001-lto-fix.patch
blob: eed7b845f53c5f67d80d46674b766bd13f1041fa (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                             
diff --git a/meson.build b/meson.build
index 80aa58d..c7e9d0a 100644
--- a/meson.build
+++ b/meson.build
@@ -17,7 +17,7 @@ project('taisei', 'c',
         # You may want to change these for a debug build dir
         'buildtype=release',
         'strip=true',
-        'b_lto=true',
+        'b_lto=false',
         'b_ndebug=if-release',
     ]
 )