summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-06-02 14:08:32 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-09-05 10:47:35 +0000
commitd64940891dffcb951f4b76426490cbc94fb4aba7 (patch)
tree2d4a61f5455bce51a2fa4eb4e190961db6e2381c /config_help.txt
parent0adc14d8dbdd9e28ccb72c49d865009dd8df1b1c (diff)
Add qmake feature and configure option to use ccache
Enabled via configure --ccache, or CONFIG += ccache in 3rd party projects. Ensures that we use the right sloppiness and other ccache options during compilation. Task-number: QTBUG-31034 Change-Id: I696b3d3f0398873a29b93d1bc2b4d4e06ef23dc9 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index d1b0ac56b0..f06584a480 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -144,6 +144,7 @@ Build options:
-ltcg ................ Use Link Time Code Generation [no]
-use-gold-linker ..... Use the GNU gold linker [auto]
-incredibuild-xge .... Use the IncrediBuild XGE [no] (Windows only)
+ -ccache .............. Use the ccache compiler cache [no] (Unix only)
-make-tool <tool> .... Use <tool> to build qmake [nmake] (Windows only)
-mp .................. Use multiple processors for compilation (MSVC only)