diff options
author | davidovski <david@davidovski.xyz> | 2022-06-03 23:25:59 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-06-03 23:25:59 +0100 |
commit | ab421f4f139b45f7fc6ec14ae4b6b24542e4b7dd (patch) | |
tree | 6981e9931ba7e047150edd149b3121c3f5d8ba2c /xib_profile.conf | |
parent | 30fa5253773e05e01e2830d039658b9635e9617a (diff) |
removed verbosity when removing packages
Diffstat (limited to 'xib_profile.conf')
-rwxr-xr-x | xib_profile.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |