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-03-17 19:38:39 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2006-03-17 19:38:39 +0300
commitb92c2197ece542afe72b301d069dc80cfff401cd (patch)
tree1b40220cfb1ab0c8c1f5809f383c83262cab8e14 /config
parent73da80e7570148a2c70d12d2f0fc353e7c5386d1 (diff)
==SCons==
* Applied patch #4012 by Joseph Eagar. The patch provides a way to quickly assign a list of libraries to build with debug symbols. Usage: scons BF_QUICKDEBUG=src,bf_blenkernel,bf_blenlib
Diffstat (limited to 'config')
-rw-r--r--config/win32-mingw-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/win32-mingw-config.py b/config/win32-mingw-config.py
index 84d836cee9f..4f51e037cbe 100644
--- a/config/win32-mingw-config.py
+++ b/config/win32-mingw-config.py
@@ -146,7 +146,7 @@ LLIBS = [ '-ldxguid', '-lgdi32', '-lmsvcrt', '-lwinmm', '-lmingw32', '-lm', '-lw
##DYNLDFLAGS = -shared $(LDFLAGS)
BF_DEBUG = 'false'
-BF_DEBUG_FLAGS= ''
+BF_DEBUG_FLAGS= '-g'
BF_BUILDDIR = '..\\build\\win32-mingw'
BF_INSTALLDIR='..\\install\\win32-mingw'