summaryrefslogtreecommitdiffstats
path: root/src/core/config
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-20 14:11:48 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-22 18:28:10 +0000
commit259b31566013b078d7658115eddae61514594946 (patch)
treeb5d5bcabd0a9c5e3232acdf74a30f8a6b6967d94 /src/core/config
parentd56670f0224b092ac5269db76eb61de3d42bd381 (diff)
Move the last gn_arg over to the rest
is_debug was the only configuration argument still set in gn_run.pro Change-Id: I7b66888e6b936b44bafdad02f7974941d4e875ce Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'src/core/config')
-rw-r--r--src/core/config/common.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config/common.pri b/src/core/config/common.pri
index 9a9c6bc6f..edc77d83d 100644
--- a/src/core/config/common.pri
+++ b/src/core/config/common.pri
@@ -55,6 +55,7 @@ precompile_header {
}
CONFIG(release, debug|release) {
+ gn_args += is_debug=false
force_debug_info {
# Level 1 is not enough to generate all Chromium debug symbols on Windows
msvc: gn_args += symbol_level=2
@@ -65,6 +66,7 @@ CONFIG(release, debug|release) {
}
CONFIG(debug, debug|release) {
+ gn_args += is_debug=true
gn_args += use_debug_fission=false
}