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/linuxcross-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/linuxcross-config.py')
-rw-r--r--config/linuxcross-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linuxcross-config.py b/config/linuxcross-config.py
index e6c4e8769b4..231e4c451e9 100644
--- a/config/linuxcross-config.py
+++ b/config/linuxcross-config.py
@@ -132,7 +132,7 @@ CC_WARN = [ '-Wall' ]
LLIBS = [ '-ldxguid', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lws2_32', '-lz'] #'-lutil', '-lc', '-lm', '-ldl', '-lpthread' ]
-BF_DEBUG = 'false'
+BF_DEBUG = 'true'
BF_DEBUG_FLAGS= ''
BF_BUILDDIR = '../build/linuxcross'