summarylogtreecommitdiffstats
path: root/arch-meson
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2024-02-15 14:55:15 +0200
committerEcho J2024-02-15 14:55:15 +0200
commit3db52f0ba1b54d9489e5aed1b873647346bdba7e (patch)
tree9ee8c659291abd63aba3a57d26db9c2cc9a6e517 /arch-meson
parentd223d49107a5e039d862c854a4eedcb23460b8da (diff)
downloadaur-3db52f0ba1b54d9489e5aed1b873647346bdba7e.tar.gz
Update to 1.3.2
And remove the LTO flag: https://gitlab.archlinux.org/archlinux/packaging/packages/meson/-/commit/1ba45188a330bda51aa17ba89c394f97e12e031f
Diffstat (limited to 'arch-meson')
-rwxr-xr-xarch-meson1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch-meson b/arch-meson
index 139da16e7cab..11d424d0a56f 100755
--- a/arch-meson
+++ b/arch-meson
@@ -8,7 +8,6 @@ exec meson setup \
--buildtype plain \
--auto-features enabled \
--wrap-mode nodownload \
- -D b_lto=true \
-D b_pie=true \
-D python.bytecompile=1 \
"$@"