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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-07 19:26:02 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-07-07 19:26:02 +0400
commitf65c15cd5a269b0a95171e5168dfd6795265cdf6 (patch)
tree29f31b779f938020a4137bb1e3d060a93435a78e /source/nan_compile.mk
parentefb58cdab9315175079b3288046addb160882258 (diff)
Fix #22772: remove unnecessary -fpascal-strings flag on OS X, only
some debug code in webplugin needed it.
Diffstat (limited to 'source/nan_compile.mk')
-rw-r--r--source/nan_compile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nan_compile.mk b/source/nan_compile.mk
index 3382f0bea37..36c315a8e11 100644
--- a/source/nan_compile.mk
+++ b/source/nan_compile.mk
@@ -101,7 +101,7 @@ ifeq ($(OS),darwin)
REL_CCFLAGS += -O2
endif
- CPPFLAGS += -D_THREAD_SAFE -fpascal-strings
+ CPPFLAGS += -D_THREAD_SAFE
ifeq ($(WITH_COCOA), true)
CPPFLAGS += -DGHOST_COCOA