commit | 3b110c2d34092080377ba693347d9a09ddd7c389 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 10:28:17 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Wed Mar 11 10:28:17 2015 +0000 |
tree | 6498810f8d2888cc36d0f209a5964cd08941f163 | |
parent | 4a7ed714bff4db1d019467b77c610521602dab18 [diff] [blame] |
Use link-time garbage collection in memory.sh
diff --git a/scripts/memory.sh b/scripts/memory.sh index 792d27f..eefe102 100755 --- a/scripts/memory.sh +++ b/scripts/memory.sh
@@ -12,7 +12,7 @@ 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