summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2019-10-17 10:31:35 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2019-10-21 14:11:35 +0200
commitb3f9b66e6b43087873c7fc6518c0197201fd04c7 (patch)
tree0f7250c9b5b3d5240d6806e4162e014efe738c1c
parent6a1412e9de450e016fcec87496dfa002e3887814 (diff)
Leave DCHECKs on when configured with -force-asserts
Change-Id: I92d84285f7b5dcfe4178b2ed393f192c161c57c7 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
-rw-r--r--src/buildtools/config/common.pri2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buildtools/config/common.pri b/src/buildtools/config/common.pri
index 23a134774..97d39535c 100644
--- a/src/buildtools/config/common.pri
+++ b/src/buildtools/config/common.pri
@@ -137,3 +137,5 @@ qtConfig(webengine-kerberos) {
ccache {
gn_args += cc_wrapper=\"ccache\"
}
+
+qtConfig(force_asserts): gn_args += dcheck_always_on=true