Add -fdata-sections in memory.sh too
This commit is contained in:
parent
129e41322b
commit
47e0214d2c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ CONFIG_H='include/polarssl/config.h'
|
|||
|
||||
CLIENT='mini_client'
|
||||
|
||||
CFLAGS_EXEC='-fno-asynchronous-unwind-tables -Wl,--gc-section -ffunction-sections'
|
||||
CFLAGS_EXEC='-fno-asynchronous-unwind-tables -Wl,--gc-section -ffunction-sections -fdata-sections'
|
||||
CFLAGS_MEM=-g3
|
||||
|
||||
if [ -r $CONFIG_H ]; then :; else
|
||||
|
|
Loading…
Reference in a new issue