pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / games / taisei / 0001-lto-fix.patch
blobeed7b845f53c5f67d80d46674b766bd13f1041fa
1 diff --git a/meson.build b/meson.build
2 index 80aa58d..c7e9d0a 100644
3 --- a/meson.build
4 +++ b/meson.build
5 @@ -17,7 +17,7 @@ project('taisei', 'c',
6 # You may want to change these for a debug build dir
7 'buildtype=release',
8 'strip=true',
9 - 'b_lto=true',
10 + 'b_lto=false',
11 'b_ndebug=if-release',