Commit 0636d290 authored by Adam Wujek's avatar Adam Wujek

sdb-lib: use -Os and -mmultiply-enabled -mbarrel-shift-enabled

Saves 172B
Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent 24a79c18
......@@ -19,7 +19,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump
# calculate endianness at compile time
ENDIAN := $(shell ./check-endian $(CC))
CFLAGS = -Wall -ggdb -O2
CFLAGS = -Wall -ggdb -Os -mmultiply-enabled -mbarrel-shift-enabled
CFLAGS += -I../include/linux -I../include # for <sdb.h>
CFLAGS += -ffunction-sections -fdata-sections
CFLAGS += -Wno-pointer-sign
......
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