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:
authorCampbell Barton <ideasman42@gmail.com>2011-02-07 04:13:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-07 04:13:21 +0300
commitc9acbc6404e3c8419430a87d4081eba0d886ee42 (patch)
treed28bfd7c4670a85383483e6658ef9c70e594089d /GNUmakefile
parent55da733eba697f8f09578ca681adb837d98c083d (diff)
- own error with sound unpack operator using NULL pointer
- make stub now creates 'Release' build by default.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index eb21e0e167a..17aef9075b2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -60,7 +60,7 @@ all:
if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
mkdir -p $(BUILD_DIR) ; \
cd $(BUILD_DIR) ; \
- cmake $(BLENDER_DIR) ; \
+ cmake $(BLENDER_DIR) -DCMAKE_BUILD_TYPE:STRING=Release ; \
fi
@echo