summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-08-09 11:11:16 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2021-08-10 12:00:13 +0200
commit0e92ec972840e78b6f38d0f554ec1554edf752d1 (patch)
treed32ea8c8377cc0826d33606b86f608a4edd2b05c /config_help.txt
parent84aba80944a2e1c3058d7a1372e0e66676411884 (diff)
Remove dysfunctional -coverage configure argument
The -coverage argument merely added compiler flags for the Qt build. It was never properly ported to the CMake build, and it doesn't seem feasible to have configure arguments for every possible compiler option. The same can be achieved by passing the needed compiler option to CMake, for example: CMAKE_CXX_FLAGS=-fsanitize-coverage=trace-pc-guard Pick-to: 6.2 Fixes: QTBUG-86227 Change-Id: Ieef9acaedc0a839f9fb35b4403395eea28643864 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/config_help.txt b/config_help.txt
index 3bbdaef4fe..fcc1c6c526 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -106,11 +106,6 @@ Build options:
for example, -sanitize address cannot be combined with
-sanitize thread.
- -coverage {trace-pc-guard|source-based}
- Specify the 'trace-pc-guard' coverage instrumentation for
- sanitizers or generate instrumented code to collect execution
- counts and enable code coverage analysis, respectively. (Clang only)
-
-c++std <edition> .... Select C++ standard <edition> [c++20/c++17/c++14/c++11]
-sse2 ................ Use SSE2 instructions [auto]