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:
authorNathan Letwory <nathan@letworyinteractive.com>2007-12-30 20:17:02 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2007-12-30 20:17:02 +0300
commita80b8352c6860db911057a1e7a4eab3c45ff80b8 (patch)
tree35763025fbfd8d9578bd209132ebabd35e8b26a2 /config/linux2-config.py
parent93058ac3b3749eae4a595e66365946d112ee321d (diff)
* request by kaito - we're debugging 2.5 now more than using it anyway... BF_DEBUG = 'true' set by default.
Diffstat (limited to 'config/linux2-config.py')
-rw-r--r--config/linux2-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux2-config.py b/config/linux2-config.py
index 4bf7e755c49..013020ee78d 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -163,7 +163,7 @@ LLIBS = 'util c m dl pthread stdc++'
BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
-BF_DEBUG = 'false'
+BF_DEBUG = 'true'
BF_DEBUG_FLAGS = '-g'
BF_BUILDDIR = '../build/linux2'