aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-10-27 18:11:36 +0200
committerGitHub <noreply@github.com>2016-10-27 18:11:36 +0200
commit38e691aa8f5ed0be4c03c2b0454dfc32a06b736c (patch)
tree12680f03fc125fd463b3df5398dc9c8e25d580a4 /tools
parentbb0e9c581bab6f88c526396138af2d64c47bef73 (diff)
Revert "[xbmc][win]Build addons with debug info on Windows"
Diffstat (limited to 'tools')
-rw-r--r--tools/buildsteps/win32/make-addons.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/win32/make-addons.bat b/tools/buildsteps/win32/make-addons.bat
index 473e73a871..efad84a9cf 100644
--- a/tools/buildsteps/win32/make-addons.bat
+++ b/tools/buildsteps/win32/make-addons.bat
@@ -104,7 +104,7 @@ IF "%addon%" NEQ "" (
rem execute cmake to generate makefiles processable by nmake
cmake "%ADDONS_PATH%" -G "NMake Makefiles" ^
- -DCMAKE_BUILD_TYPE=RelWithDebInfo ^
+ -DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE="%SCRIPTS_PATH%/CFlagOverrides.cmake" ^
-DCMAKE_USER_MAKE_RULES_OVERRIDE_CXX="%SCRIPTS_PATH%/CXXFlagOverrides.cmake" ^
-DCMAKE_INSTALL_PREFIX=%ADDONS_INSTALL_PATH% ^