projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ba5c24
)
Show whether BF_DEBUG=1 or 0 in output.
author
Nathan Letwory <nathan@letworyinteractive.com>
Sat, 5 Jun 2010 11:56:55 +0000
(11:56 +0000)
committer
Nathan Letwory <nathan@letworyinteractive.com>
Sat, 5 Jun 2010 11:56:55 +0000
(11:56 +0000)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index c7a49217eae71dd7e0e4cbb5a2426834f59881ea..531d89b644702f73e188a13996630870f3d2e378 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-201,6
+201,7
@@
if not env['WITHOUT_BF_INSTALL'] and not env['WITHOUT_BF_OVERWRITE_INSTALL']:
SetOption('num_jobs', int(env['BF_NUMJOBS']))
print B.bc.OKGREEN + "Build with parallel jobs%s: %s" % (B.bc.ENDC, GetOption('num_jobs'))
+print B.bc.OKGREEN + "Build with debug symbols%s: %s" % (B.bc.ENDC, env['BF_DEBUG'])
# BLENDERPATH is a unix only option to enable typical style paths this is
# spesifically a data-dir, which is used a lot but cant replace BF_INSTALLDIR