mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 05:25:29 +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 a new issue