nixpkgs/pkgs/games/taisei/0001-lto-fix.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
350 B
Diff
Raw Normal View History

2019-08-05 01:40:01 +00:00
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',
]
)