mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Removed -O0 compil flag
This commit is contained in:
parent
87eee7029d
commit
f47b3be0be
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue