summaryrefslogtreecommitdiff
path: root/xi_profile.sh
diff options
context:
space:
mode:
Diffstat (limited to 'xi_profile.sh')
-rw-r--r--xi_profile.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/xi_profile.sh b/xi_profile.sh
index 10a9c9a..93be8f6 100644
--- a/xi_profile.sh
+++ b/xi_profile.sh
@@ -7,7 +7,7 @@ export MAKEFLAGS=-j$JOBS
export SAMUFLAGS=-j$JOBS
export CARGO_BUILD_JOBS=$JOBS
-export CFLAGS="-Os -fomit-frame-pointer"
+export CFLAGS="-pipe -Os -fomit-frame-pointer"
export CXXFLAGS="$CFLAGS"
export CPPFLAGS="$CFLAGS"
export LDFLAGS="-Wl,--as-needed,-O1,--sort-common"