From ab421f4f139b45f7fc6ec14ae4b6b24542e4b7dd Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 3 Jun 2022 23:25:59 +0100 Subject: removed verbosity when removing packages --- xib_profile.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xib_profile.conf') diff --git a/xib_profile.conf b/xib_profile.conf index 6a33a9f..871c0a3 100755 --- a/xib_profile.conf +++ b/xib_profile.conf @@ -7,7 +7,7 @@ export MAKEFLAGS=-j$JOBS export SAMUFLAGS=-j$JOBS export CARGO_BUILD_JOBS=$JOBS -export CFLAGS="-pipe -Os -fomit-frame-pointer" +export CFLAGS="-pipe -O2 -fomit-frame-pointer" export CXXFLAGS="$CFLAGS" export CPPFLAGS="$CFLAGS" export LDFLAGS="-Wl,--as-needed,-O1,--sort-common" -- cgit v1.2.1