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

pie experiment

This commit is contained in:
bol-van
2026-02-26 10:37:15 +03:00
parent 9887e470dc
commit a9a64b0462

View File

@@ -88,7 +88,8 @@ jobs:
LUAJIT_LUAVER: 5.1
MINSIZE: -flto=auto -ffunction-sections -fdata-sections
LDMINSIZE: -Wl,--gc-sections -flto=auto
PIC: -fpic
#current toolchain's musl is not PIC. will be broken by upx
#PIC: -fpic
run: |
DEPS_DIR=$GITHUB_WORKSPACE/deps
export CC="$TARGET-gcc"