depot/third_party/nixpkgs/pkgs/games/taisei/0001-lto-fix.patch
Default email 4fc29cb41f Project import generated by Copybara.
GitOrigin-RevId: 135073a87b7e2c631739f4ffa016e1859b1a425e
2020-05-29 08:06:01 +02:00

13 lines
350 B
Diff

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',
]
)