summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-04-07 15:49:10 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2017-04-29 08:02:19 +0000
commitdd03817ab6626c6c85bf7bf65532f33824e46bf8 (patch)
tree6658ae2cc17281d038267f0f86512165c6aec662 /config_help.txt
parent425986acf32a60288a8a2ed9b3b2b180f60b5514 (diff)
Add configure flag to optimize Qt for size
Adds default off configure flag to use compiler optimizations for size instead of the default speed/size trade-off. Change-Id: I36702064ef2cc743d2d03a386adf5cefd5371b6e 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 317ba61031..2cf8c8d885 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -83,6 +83,7 @@ Build options:
debugging turned on [yes] (Apple and Windows only)
-optimize-debug ...... Enable debug-friendly optimizations in debug builds
[auto] (Not supported with MSVC)
+ -optimize-size ....... Optimize release builds for size instead of speed [no]
-optimized-tools ..... Build optimized host tools even in debug build [no]
-force-debug-info .... Create symbol files for release builds [no]
-separate-debug-info . Split off debug information to separate files [no]