parent
31f7239219
commit
1f75792ea0
|
@ -11,7 +11,6 @@ common_src_files := \
|
|||
common_cflags := \
|
||||
-Wall -Wshadow -O2 \
|
||||
-pipe -fno-strict-aliasing \
|
||||
-Wno-return-type
|
||||
|
||||
ifeq ($(HOST_OS),darwin)
|
||||
common_cflags += -DDARWIN
|
||||
|
|
|
@ -5,7 +5,6 @@ common_src_files := secilc.c
|
|||
common_cflags := \
|
||||
-Wall -Wshadow -O2 \
|
||||
-pipe -fno-strict-aliasing \
|
||||
-Wno-return-type
|
||||
|
||||
ifeq ($(HOST_OS), darwin)
|
||||
common_cflags += -DDARWIN
|
||||
|
|
Loading…
Reference in New Issue