From c0ffecae433405559d72f024d57967f7b9ae0f63 Mon Sep 17 00:00:00 2001 From: "Lilian A. Moraru" Date: Tue, 19 Mar 2019 10:38:49 +0200 Subject: [PATCH] Build with optimizations --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 760a7c6..eb643b9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ fi # Echo the rest so it's obvious set -x -meson --prefix=$prefix build -Dwith-systemd-user-unit-dir=/etc/systemd/user +meson --prefix=$prefix build --buildtype debugoptimized -Dwith-systemd-user-unit-dir=/etc/systemd/user cd build ninja