mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 19:15:37 +01: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'
|
CLIENT='mini_client'
|
||||||
|
|
||||||
CFLAGS_EXEC=-fno-asynchronous-unwind-tables
|
CFLAGS_EXEC='-fno-asynchronous-unwind-tables -Wl,--gc-section -ffunction-sections'
|
||||||
CFLAGS_MEM=-g3
|
CFLAGS_MEM=-g3
|
||||||
|
|
||||||
if [ -r $CONFIG_H ]; then :; else
|
if [ -r $CONFIG_H ]; then :; else
|
||||||
|
Loading…
Reference in New Issue
Block a user