Minor build optimization

PUBLISHED_FROM=9997c64ed0c713b5b8b29df7a49b532e880eac53
This commit is contained in:
Deomid Ryabkov 2018-05-09 17:49:05 +01:00 committed by Cesanta Bot
parent 53f34dea04
commit 244ff92e78

View File

@ -57,7 +57,7 @@ NO_Os_FLAGS= -fno-expensive-optimizations -fno-thread-jumps \
-fno-tree-pre -fno-tree-vrp
C_CXX_FLAGS = -W -Wall -Werror -Wundef -Wno-comment -Wno-variadic-macros -Wpointer-arith \
-Os $(NO_Os_FLAGS) -g3 \
-pipe -Os $(NO_Os_FLAGS) -g3 \
-Wl,-EL -fno-inline-functions \
-D_XOPEN_SOURCE=500 \
-nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DSTATIC=static \