Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-21 16:55:49 +00:00

update builder-linux

This commit is contained in:
bol-van
2026-02-18 16:31:01 +03:00
parent 75fadab371
commit 2b35dc8ecd
4 changed files with 7 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ TOOLCHAINS="$EXEDIR/toolchain"
DEPS="$EXEDIR/deps"
STAGE="$EXEDIR/staging"
OPTIMIZE=-Oz
MINSIZE="$OPTIMIZE -flto=auto -ffunction-sections -fdata-sections"
MINSIZE="-flto=auto -ffunction-sections -fdata-sections"
LDMINSIZE="-Wl,--gc-sections -flto=auto"
CFLAGS=""
LDFLAGS="-lgcc_eh"