From 24d5a1ce3a043929628a0330859366a239be16cc Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sat, 5 Jun 2010 11:56:55 +0000 Subject: [PATCH] Show whether BF_DEBUG=1 or 0 in output. --- SConstruct | 1 + 1 file changed, 1 insertion(+) 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 -- 2.28.0