mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
- Cleaned up src.pro
- Removed some debug
This commit is contained in:
@@ -31,10 +31,6 @@ contains(DEBUG_MODE, 0) {
|
||||
message(Release build!)
|
||||
}
|
||||
|
||||
# For libtorrent stuff
|
||||
# (comment this if you are using libtorrent with debug enabled)
|
||||
DEFINES += NDEBUG
|
||||
|
||||
# Install
|
||||
!win32 {
|
||||
# Binary
|
||||
@@ -92,8 +88,9 @@ DEFINES += NDEBUG
|
||||
icon128 \
|
||||
icon192
|
||||
}
|
||||
QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
#QMAKE_CXXFLAGS_RELEASE += -fwrapv
|
||||
#QMAKE_CXXFLAGS_DEBUG += -fwrapv
|
||||
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user