From e279548c456cf1b8f72614dd519539c47dff868b Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Thu, 26 Jul 2012 06:57:35 -0400 Subject: [PATCH] Use env to determine config in installer build Use NODEBUG and DEBUG_SYMBOL from the environment to determine whether or not to define Debug and DebugSyms for the installer build. Signed-off-by: Kevin Wasserman (cherry picked from commit 4382b4a0d536cbefa672cd470b3cc57953028960) ticket: 7319 status: resolved --- src/windows/installer/wix/config.wxi | 8 ++++++++ src/windows/installer/wix/site-local.wxi | 5 ----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/windows/installer/wix/config.wxi b/src/windows/installer/wix/config.wxi index 3bb1cc95cd..806fe36f21 100644 --- a/src/windows/installer/wix/config.wxi +++ b/src/windows/installer/wix/config.wxi @@ -64,6 +64,14 @@ + + + + + + + + diff --git a/src/windows/installer/wix/site-local.wxi b/src/windows/installer/wix/site-local.wxi index 5ff2bd4274..46e51b90af 100644 --- a/src/windows/installer/wix/site-local.wxi +++ b/src/windows/installer/wix/site-local.wxi @@ -52,13 +52,8 @@ - - - -