From 6cd6bf7d806f7edf17ec341d197a5c54bbdcaa73 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Fri, 31 Aug 2007 16:16:33 +0000 Subject: 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 --- source/blender/blenkernel/bad_level_call_stubs/Makefile | 4 ---- source/blender/blenkernel/intern/Makefile | 4 ---- 2 files changed, 8 deletions(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/bad_level_call_stubs/Makefile b/source/blender/blenkernel/bad_level_call_stubs/Makefile index 2d98ea5a1af..1d4db1037ea 100644 --- a/source/blender/blenkernel/bad_level_call_stubs/Makefile +++ b/source/blender/blenkernel/bad_level_call_stubs/Makefile @@ -39,10 +39,6 @@ include nan_compile.mk CFLAGS += $(LEVEL_2_C_WARNINGS) CFLAGS += $(FIX_STUBS_WARNINGS) -ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows")) - CFLAGS += -funsigned-char -endif - CPPFLAGS += $(OGL_CPPFLAGS) CPPFLAGS += -I../../makesdna CPPFLAGS += -I../../include diff --git a/source/blender/blenkernel/intern/Makefile b/source/blender/blenkernel/intern/Makefile index 1d16ebfd4cd..72fcc466de8 100644 --- a/source/blender/blenkernel/intern/Makefile +++ b/source/blender/blenkernel/intern/Makefile @@ -36,10 +36,6 @@ DIR = $(OCGDIR)/blender/$(LIBNAME) include nan_compile.mk -ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd openbsd linux solaris windows")) - CFLAGS += -funsigned-char -endif - CFLAGS += $(LEVEL_1_C_WARNINGS) # OpenGL and Python -- cgit v1.2.3