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:
Kent Mein
2007-08-31 16:16:33 +00:00
parent 6e91048bff
commit 6cd6bf7d80
26 changed files with 20 additions and 118 deletions

View File

@@ -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)