1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-11 04:42:22 +00:00

- Removed -O0 compil flag

This commit is contained in:
Christophe Dumez 2008-12-27 22:35:45 +00:00
parent 87eee7029d
commit f47b3be0be

View File

@ -93,7 +93,7 @@ DEFINES += NDEBUG
icon192 icon192
} }
QMAKE_CXXFLAGS_RELEASE += -fwrapv QMAKE_CXXFLAGS_RELEASE += -fwrapv
QMAKE_CXXFLAGS_DEBUG += -fwrapv -O0 QMAKE_CXXFLAGS_DEBUG += -fwrapv
CONFIG += link_pkgconfig CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar libcurl" PKGCONFIG += "libtorrent-rasterbar libcurl"