From b4febcfcb6432583e63004cfdd452d2714288844 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 28 May 2022 19:25:31 +0100 Subject: added revision number to the pkginfo --- xi_profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xi_profile.sh') 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" -- cgit v1.2.1