Commit eb7e970e authored by Jocelyn Turcotte's avatar Jocelyn Turcotte
Browse files

Don't build release with debug info by default on Windows


Change-Id: Idf4373bc10367dfc15445c4c530915cbda04ae9c
Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
Showing with 3 additions and 0 deletions
......@@ -5,6 +5,9 @@ GYP_CONFIG += \
remoting=0 \
use_ash=0 \
# Chromium builds with debug info in release by default but Qt doesn't
CONFIG(release, debug|release):!force_debug_info: GYP_CONFIG += fastbuild=1
# Libvpx build needs additional search path on Windows.
GYP_ARGS += "-D qtwe_chromium_obj_dir=\"$$OUT_PWD/$$getConfigDir()/obj/$${getChromiumSrcDir()}\""
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment