You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.8 KiB
36 lines
1.8 KiB
diff -up qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-32/qmake.conf.multilib qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-32/qmake.conf |
|
--- qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-32/qmake.conf.multilib 2011-05-23 12:26:21.000000000 +0200 |
|
+++ qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-32/qmake.conf 2011-05-25 13:39:38.789054074 +0200 |
|
@@ -12,6 +12,8 @@ QMAKE_INCREMENTAL_STYLE = sublib |
|
QMAKE_CFLAGS = -m32 |
|
QMAKE_LFLAGS = -m32 |
|
|
|
+QMAKE_CFLAGS_RELEASE += -O2 |
|
+ |
|
include(../common/linux.conf) |
|
include(../common/gcc-base-unix.conf) |
|
include(../common/g++-unix.conf) |
|
diff -up qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-64/qmake.conf.multilib qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-64/qmake.conf |
|
--- qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-64/qmake.conf.multilib 2011-05-23 12:26:21.000000000 +0200 |
|
+++ qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++-64/qmake.conf 2011-05-25 13:39:47.460747770 +0200 |
|
@@ -15,6 +15,8 @@ QMAKE_INCREMENTAL_STYLE = sublib |
|
QMAKE_CFLAGS = -m64 |
|
QMAKE_LFLAGS = -m64 |
|
|
|
+QMAKE_CFLAGS_RELEASE += -O2 |
|
+ |
|
include(../common/linux.conf) |
|
include(../common/gcc-base-unix.conf) |
|
include(../common/g++-unix.conf) |
|
diff -up qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++/qmake.conf.multilib qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++/qmake.conf |
|
--- qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++/qmake.conf.multilib 2011-05-23 12:26:21.000000000 +0200 |
|
+++ qt-everywhere-opensource-src-4.8.0-tp/mkspecs/linux-g++/qmake.conf 2011-05-25 13:39:26.630088814 +0200 |
|
@@ -9,6 +9,8 @@ CONFIG += qt warn_on release increment |
|
QT += core gui |
|
QMAKE_INCREMENTAL_STYLE = sublib |
|
|
|
+QMAKE_CFLAGS_RELEASE += -O2 |
|
+ |
|
include(../common/linux.conf) |
|
include(../common/gcc-base-unix.conf) |
|
include(../common/g++-unix.conf)
|
|
|