summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2018-08-29 22:18:42 +0200
committerRobert Loehning <robert.loehning@qt.io>2018-10-31 15:08:59 +0000
commitcc9645f11b46aaad36658d62d38a5e44a5ba5ae5 (patch)
treea6e7b3b9278403624768e2cb55f89f73825446b3 /config_help.txt
parent0330b967f20bc265b9799418ce8e0b6faf929a62 (diff)
configure: Add switch for adding coverage info
Change-Id: If6f3d4f29233206ef911f48e63872d28bf7b8e71 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/config_help.txt b/config_help.txt
index 5b32eb183f..f8da33d4ec 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -135,6 +135,9 @@ Build options:
for example, -sanitize address cannot be combined with
-sanitize thread.
+ -coverage {trace-pc-guard}
+ Add code coverage instrumentation (Clang only)
+
-c++std <edition> .... Select C++ standard <edition> [c++1z/c++14/c++11]
(Not supported with MSVC)