aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Weickelt <richard@weickelt.de>2020-05-08 09:09:36 +0200
committerRichard Weickelt <richard@weickelt.de>2020-05-20 16:41:37 +0000
commita43be24e46a2f64c5f94165cfe393038a2f8065a (patch)
treec76113d8e0e3a98d0f40d466673b78d7f034f33a /scripts
parent92f289b66c19526046cddd4a4e7f6b8710401c1a (diff)
Travis: Generate debug information on macOS and Linux only
Generating debug information disables clcache on Windows and results in a 10 minutes longer build time. Change-Id: Ibd13c3017c60d09074ab22b1933acd9a331bd61e Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-qbs-with-qbs.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build-qbs-with-qbs.sh b/scripts/build-qbs-with-qbs.sh
index d84202627..91a35f41f 100755
--- a/scripts/build-qbs-with-qbs.sh
+++ b/scripts/build-qbs-with-qbs.sh
@@ -63,7 +63,6 @@ BUILD_OPTIONS="\
modules.qbsbuildconfig.enableUnitTests:true \
modules.cpp.treatWarningsAsErrors:true \
modules.cpp.separateDebugInformation:true \
- modules.qbs.debugInformation:true \
project.withExamples:true \
${BUILD_OPTIONS} \
config:release \