From 88239a2debeb5b068a6922c8251fcf08a2f755c8 Mon Sep 17 00:00:00 2001 From: Niels Date: Wed, 17 Nov 2010 14:21:07 +0100 Subject: [PATCH] second try --- .../contractionhierarchiesclient.pro | 6 ------ monav/gpsgrid/gpsgridclient.pro | 7 ------- .../unicodetournamenttrie/unicodetournamenttrieclient.pro | 6 ------ 3 files changed, 19 deletions(-) diff --git a/monav/contractionhierarchies/contractionhierarchiesclient.pro b/monav/contractionhierarchies/contractionhierarchiesclient.pro index 81b4284..52212cc 100644 --- a/monav/contractionhierarchies/contractionhierarchiesclient.pro +++ b/monav/contractionhierarchies/contractionhierarchiesclient.pro @@ -2,12 +2,6 @@ TEMPLATE = lib CONFIG += plugin #CONFIG += debug DESTDIR = .. -unix { - QMAKE_CXXFLAGS_RELEASE -= -O2 - QMAKE_CXXFLAGS_RELEASE += -O3 \ - -Wno-unused-function - QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function -} HEADERS += \ utils/coordinates.h \ diff --git a/monav/gpsgrid/gpsgridclient.pro b/monav/gpsgrid/gpsgridclient.pro index 4d26c13..291b65c 100644 --- a/monav/gpsgrid/gpsgridclient.pro +++ b/monav/gpsgrid/gpsgridclient.pro @@ -20,12 +20,5 @@ HEADERS += \ utils/bithelpers.h \ utils/qthelpers.h -unix { - QMAKE_CXXFLAGS_RELEASE -= -O2 - QMAKE_CXXFLAGS_RELEASE += -O3 \ - -Wno-unused-function - QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function -} - SOURCES += \ gpsgridclient.cpp diff --git a/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro b/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro index e60d838..5b28be5 100644 --- a/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro +++ b/monav/unicodetournamenttrie/unicodetournamenttrieclient.pro @@ -15,11 +15,5 @@ HEADERS += utils/coordinates.h \ unicodetournamenttrieclient.h \ utils/qthelpers.h -unix { - QMAKE_CXXFLAGS_RELEASE -= -O2 - QMAKE_CXXFLAGS_RELEASE += -O3 -Wno-unused-function - QMAKE_CXXFLAGS_DEBUG += -Wno-unused-function -} - SOURCES += \ unicodetournamenttrieclient.cpp