Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2007-08-31 20:16:33 +0400
committerKent Mein <mein@cs.umn.edu>2007-08-31 20:16:33 +0400
commit6cd6bf7d806f7edf17ec341d197a5c54bbdcaa73 (patch)
treef3d3941c1279eb4e3d475593a836ef49bb463d55 /source/blender/blenloader/intern/Makefile
parent6e91048bff139fba671a636e59ad99471658b3d8 (diff)
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
Diffstat (limited to 'source/blender/blenloader/intern/Makefile')
-rw-r--r--source/blender/blenloader/intern/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/blenloader/intern/Makefile b/source/blender/blenloader/intern/Makefile
index 86ccd607d63..4fcb0e8db47 100644
--- a/source/blender/blenloader/intern/Makefile
+++ b/source/blender/blenloader/intern/Makefile
@@ -38,10 +38,6 @@ include nan_compile.mk
# CFLAGS += $(LEVEL_2_C_WARNINGS)
-ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows"))
- CFLAGS += -funsigned-char
-endif
-
# OpenGL and Python
CPPFLAGS += $(OGL_CPPFLAGS)
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)