about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/taisei/0001-lto-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/games/taisei/0001-lto-fix.patch')
-rw-r--r--nixpkgs/pkgs/games/taisei/0001-lto-fix.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/games/taisei/0001-lto-fix.patch b/nixpkgs/pkgs/games/taisei/0001-lto-fix.patch
new file mode 100644
index 000000000000..eed7b845f53c
--- /dev/null
+++ b/nixpkgs/pkgs/games/taisei/0001-lto-fix.patch
@@ -0,0 +1,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',
+     ]
+ )