pie experiment

This commit is contained in:
bol-van
2026-02-26 10:46:59 +03:00
parent 437c988f48
commit a0cfbbf958
+1 -1
View File
@@ -100,12 +100,12 @@ jobs:
export PKG_CONFIG_PATH=$DEPS_DIR/lib/pkgconfig
export STAGING_DIR=$RUNNER_TEMP
if [ "$ARCH" = lexra ]; then
LEXRA=1
OPTIMIZE=-Os
STATIC=-static
else
OPTIMIZE=-Oz
STATIC=-static-pie
LEXRA=1
fi
MINSIZE="$OPTIMIZE $MINSIZE"