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:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user