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
path: root/config
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2006-09-01 17:04:33 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2006-09-01 17:04:33 +0400
commit5d407406716f588770288d64710968f6f363161b (patch)
tree183d9d4888fe970f7140447016efafe3ca722e97 /config
parentff730aa486201a0dbefece95e3444addfe28cdeb (diff)
* add debug flag so debug symbols are actually created when doing a 'scons BF_DEBUG=1'
Diffstat (limited to 'config')
-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 4c8886982bc..c475b221e5b 100644
--- a/config/linux2-config.py
+++ b/config/linux2-config.py
@@ -150,7 +150,7 @@ BF_PROFILE_FLAGS = ['-pg','-g']
BF_PROFILE = 'false'
BF_DEBUG = 'false'
-BF_DEBUG_FLAGS = ''
+BF_DEBUG_FLAGS = '-g'
BF_BUILDDIR = '../build/linux2'
BF_INSTALLDIR='../install/linux2'