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:
Diffstat (limited to 'source/blender/src/Makefile')
-rw-r--r--source/blender/src/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/blender/src/Makefile b/source/blender/src/Makefile
index ac3ee291e9d..d8f053d7766 100644
--- a/source/blender/src/Makefile
+++ b/source/blender/src/Makefile
@@ -50,10 +50,6 @@ include nan_compile.mk
CFLAGS += $(LEVEL_1_C_WARNINGS)
#CFLAGS += $(LEVEL_1_C_WARNINGS) -diag_error 1196
-ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris windows"))
- CFLAGS += -funsigned-char
-endif
-
# PreProcessor stuff ------------------------------------------
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)