Commit 244ff92e authored by Deomid Ryabkov's avatar Deomid Ryabkov Committed by Cesanta Bot

Minor build optimization

PUBLISHED_FROM=9997c64ed0c713b5b8b29df7a49b532e880eac53
parent 53f34dea
...@@ -57,7 +57,7 @@ NO_Os_FLAGS= -fno-expensive-optimizations -fno-thread-jumps \ ...@@ -57,7 +57,7 @@ NO_Os_FLAGS= -fno-expensive-optimizations -fno-thread-jumps \
-fno-tree-pre -fno-tree-vrp -fno-tree-pre -fno-tree-vrp
C_CXX_FLAGS = -W -Wall -Werror -Wundef -Wno-comment -Wno-variadic-macros -Wpointer-arith \ 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 \ -Wl,-EL -fno-inline-functions \
-D_XOPEN_SOURCE=500 \ -D_XOPEN_SOURCE=500 \
-nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DSTATIC=static \ -nostdlib -mlongcalls -mtext-section-literals -D__ets__ -DSTATIC=static \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment