Updated the Makefiles removing some of the gcc specific stuff...
Basically I moved -funsigned-char -fno-strict-aliasing from individual Makefiles to nan_compile.mk defines for CFLAGS and CCFLAGS Kent
This commit is contained in:
@@ -38,11 +38,6 @@ CSRCS ?= $(wildcard *.c) $(wildcard ../*.c)
|
||||
|
||||
include nan_compile.mk
|
||||
|
||||
ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows"))
|
||||
CFLAGS += -funsigned-char
|
||||
CFLAGS += -fno-strict-aliasing
|
||||
endif
|
||||
|
||||
CFLAGS += $(LEVEL_1_C_WARNINGS)
|
||||
|
||||
ifeq ($(WITH_FFMPEG), true)
|
||||
|
||||
Reference in New Issue
Block a user