Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

pie experiment

This commit is contained in:
bol-van
2026-02-26 10:46:59 +03:00
parent 437c988f48
commit a0cfbbf958

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"