From 24e5a9723f8fc222ffa884af7dc1a6430f048b88 Mon Sep 17 00:00:00 2001 From: Andras Becsi Date: Fri, 28 Mar 2014 14:42:33 +0100 Subject: 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 --- src/core/gyp_run.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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" -- cgit v1.2.3