summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2012-06-29 11:22:27 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-01 09:16:42 +0200
commit2988c44f7675ba3c4a4b28690db467ba0e40469d (patch)
tree988517ac3dd81ae2a10e3d722fb0af54c5a5a452 /src/widgets
parent13b0a5f8bd992f456f36c0e7781150c55c75d90a (diff)
Don't lower the code generation level options for the compiler
If the default settings already include the necessary flags, do not override the compiler flags, possibly lowering support. This allows the user to specify a higher setting for a Qt build, such as what MeeGo did (it enabled SSSE3 support in all builds). Additionally, this prevents us from passing -msse2 or -arch:SSE2 options to x86-64 builds, as SSE2 is a mandatory part of that architecture. This silences a warning from MSVC that the option is unknown in 64-bit builds. Change-Id: I6e2969b672bcac87168c245b8be3309e8cc49224 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/widgets')
0 files changed, 0 insertions, 0 deletions