From 28d389b120c9b488c6c25cfc816dd89edd5ba04f Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 30 Jul 2014 16:59:11 +0000 Subject: [PATCH] [Scons] On Windows, print compilation architecture during build process This helps in debugging certain compilation / linker issues --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index d1601b146..44c51845e 100644 --- a/SConstruct +++ b/SConstruct @@ -131,6 +131,7 @@ if os.name == 'nt': toolchain = ['intelc'] # note: untested extraEnvArgs['TARGET_ARCH'] = pickCompilerEnv['target_arch'] + print 'INFO: Compiling for architecture:', pickCompilerEnv['target_arch'] print 'INFO: Compiling using the following toolchain(s):', repr(toolchain) else: