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>2010-06-05 15:56:55 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-06-05 15:56:55 +0400
commit24d5a1ce3a043929628a0330859366a239be16cc (patch)
treeb60a9b947c0e52428770e8f4a3246b6f603c3fbd /SConstruct
parent9ba5c24d0190c868a892140df38976eb7e4c150c (diff)
Show whether BF_DEBUG=1 or 0 in output.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index c7a49217eae..531d89b6447 100644
--- 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