Skip to content
Snippets Groups Projects
Commit 7e657e89 authored by Volker Hilsheimer's avatar Volker Hilsheimer
Browse files

Merge branch 'windows_debug_build_only' into 'master'

Speed up Windows build by only building debug

See merge request vohilshe/qt-developer-environments!4
parents d59d8b31 f1838ea1
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@ if exist "!config_opt!" (
echo Using configure options from !config_opt!:
type config.opt
) else (
SET configure=-confirm-license -developer-build -opensource -nomake examples -nomake tests !configure!
SET configure=-confirm-license -developer-build -opensource -nomake examples -nomake tests -debug !configure!
)
echo Configuring with options '!configure!'
......
......@@ -49,7 +49,7 @@ if "%module%" == "qtbase" (
echo Using configure options from !config_opt!:
type config.opt
) else (
set "configure=-confirm-license -developer-build -opensource -nomake examples -nomake tests !configure! %QTCONFIGFLAGS%"
set "configure=-confirm-license -developer-build -opensource -nomake examples -nomake tests -debug !configure! %QTCONFIGFLAGS%"
)
echo Configuring with options '!configure!'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment