1
0
mirror of git://projects.qi-hardware.com/nanomap.git synced 2025-04-21 12:27:27 +03:00

Revert "second try"

This reverts commit 88239a2deb.
This commit is contained in:
Niels
2010-11-17 22:05:55 +01:00
parent f1a2430393
commit 69d133c63c
3 changed files with 19 additions and 0 deletions

View File

@@ -15,5 +15,11 @@ 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