summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-03-28 14:42:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-28 17:20:36 +0100
commit24e5a9723f8fc222ffa884af7dc1a6430f048b88 (patch)
tree685d7a055a522a377b34a17b0adf6d39e6c0e8b8 /src/core
parent25ff83bc7b3e921aa540b88f6c848a78ee7d461f (diff)
Force disable libstdc++ debug mode
This reduces the debug library size by about 20% which should make it possible again to successfully link on the CI. Change-Id: Id0ced6b821032eb49a8e34aff81a7e1648a3dfff Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gyp_run.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro
index 73216de85..fb1c006de 100644
--- a/src/core/gyp_run.pro
+++ b/src/core/gyp_run.pro
@@ -17,6 +17,8 @@ cross_compile {
win32: include(config/windows.pri)
}
+GYP_CONFIG +="disable_glibcxx_debug=1"
+
# Append additional platform options defined in GYP_CONFIG
for (config, GYP_CONFIG): GYP_ARGS += "-D $$config"