summaryrefslogtreecommitdiffstats
path: root/config_help.txt
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2017-01-17 14:01:00 -0800
committerThiago Macieira <thiago.macieira@intel.com>2017-01-26 07:44:39 +0000
commitdcfeeef91ef17f15adb3f961f1abce3ef169b263 (patch)
treeb099b69c3296dad8fa8d4d3f868cdb5c631358ad /config_help.txt
parentdeef2d4e70c54ffe71304575e56095dd25cd55eb (diff)
Remove the -no-rtti option from configure
It only applied to Windows (not MSVC, like the help said) and the build was broken with this option. So remove it, as we clearly never test this. [ChangeLog][Windows] The -no-rtti configure option was removed, as Qt 5.8 fails to build under that condition. To disable RTTI on user code, add to your .pro file: CONFIG += rtti_off. Change-Id: I2bc52f3c7a574209b213fffd149aae1b8d0cf9df Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'config_help.txt')
-rw-r--r--config_help.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/config_help.txt b/config_help.txt
index f711a01cb8..5ebeaf5af3 100644
--- a/config_help.txt
+++ b/config_help.txt
@@ -99,7 +99,6 @@ Build options:
-c++std <edition> .... Select C++ standard <edition> [c++1z/c++14/c++11]
(Not supported with MSVC)
- -rtti ................ Build with Runtime Type Information [yes] (MSVC only)
-sse2 ................ Use SSE2 instructions [auto]
-sse3/-ssse3/-sse4.1/-sse4.2/-avx/-avx2/-avx512