Update cpu/native/Makefile.native
This commit is contained in:
parent
0ca8a57f39
commit
38b2863831
|
@ -19,7 +19,7 @@ endif
|
||||||
CFLAGSNO = -Wall -g -I/usr/local/include $(CFLAGSWERROR)
|
CFLAGSNO = -Wall -g -I/usr/local/include $(CFLAGSWERROR)
|
||||||
CFLAGS += $(CFLAGSNO) -O
|
CFLAGS += $(CFLAGSNO) -O
|
||||||
|
|
||||||
ifeq ($(shell uname),Darwin)
|
ifeq ($(HOST_OS),Darwin)
|
||||||
AROPTS = -r
|
AROPTS = -r
|
||||||
LDFLAGS += -Wl,-flat_namespace
|
LDFLAGS += -Wl,-flat_namespace
|
||||||
CFLAGS += -DHAVE_SNPRINTF=1 -U__ASSERT_USE_STDERR
|
CFLAGS += -DHAVE_SNPRINTF=1 -U__ASSERT_USE_STDERR
|
||||||
|
|
Loading…
Reference in a new issue