commit | 47e0214d2c4365b3ea236ee72405bc7336a37c9e | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 18 16:52:20 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 18 16:52:20 2015 +0000 |
tree | b026375a248f7c2f3cc9afdeb70ab2aab073894d | |
parent | 129e41322b7c9bb5d366e052ee5c6df2c9c09824 [diff] [blame] |
Add -fdata-sections in memory.sh too
diff --git a/scripts/memory.sh b/scripts/memory.sh index eefe102..4b02a72 100755 --- a/scripts/memory.sh +++ b/scripts/memory.sh
@@ -12,7 +12,7 @@ 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