mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-15 07:43:01 +00:00
Use link-time garbage collection in memory.sh
This commit is contained in:
parent
4a7ed714bf
commit
3b110c2d34
@ -12,7 +12,7 @@ CONFIG_H='include/polarssl/config.h'
|
||||
|
||||
CLIENT='mini_client'
|
||||
|
||||
CFLAGS_EXEC=-fno-asynchronous-unwind-tables
|
||||
CFLAGS_EXEC='-fno-asynchronous-unwind-tables -Wl,--gc-section -ffunction-sections'
|
||||
CFLAGS_MEM=-g3
|
||||
|
||||
if [ -r $CONFIG_H ]; then :; else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user