|
Lines 4-9
a/Tools/qmake/mkspecs/features/unix/default_post.prf_sec1
|
| 4 |
# See 'Tools/qmake/README' for an overview of the build system |
4 |
# See 'Tools/qmake/README' for an overview of the build system |
| 5 |
# ------------------------------------------------------------------- |
5 |
# ------------------------------------------------------------------- |
| 6 |
|
6 |
|
|
|
7 |
# Use SSE2 floating point math on 32 bit instead of the default |
| 8 |
# 387 to make layout test result same on 32 and on 64 bit builds. |
| 9 |
linux-g++*:isEqual(QT_ARCH,i386): QMAKE_CXXFLAGS += -march=pentium4 -msse2 -mfpmath=sse |
| 10 |
|
| 7 |
# Treat warnings as errors on x86/Linux/GCC |
11 |
# Treat warnings as errors on x86/Linux/GCC |
| 8 |
linux-g++* { |
12 |
linux-g++* { |
| 9 |
isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386) { |
13 |
isEqual(QT_ARCH,x86_64)|isEqual(QT_ARCH,i386) { |