From: Daan De Meyer Date: Mon, 22 Apr 2024 07:32:35 +0000 (+0200) Subject: mkosi: Add environment variable to set the optimization level X-Git-Tag: v256-rc1~85^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4de750ce90d6ab72a91edf0c2059f70a7d5debce;p=thirdparty%2Fsystemd.git mkosi: Add environment variable to set the optimization level --- diff --git a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot index 5abeea5493c..04eeaf1e37c 100755 --- a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot +++ b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.build.chroot @@ -25,7 +25,7 @@ mount --mkdir --rbind "$PWD/pkg/$ID" "pkg/$ID/src/" # on the makepkg command line so we append to /etc/makepkg.conf instead. The rootfs is overlaid with a # writable tmpfs during the build script so these changes don't end up in the image itself. tee --append /etc/makepkg.conf >/dev/null <