mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-27 19:57:45 +03:00
- Disable debug in libtorrent when qBittorrent is in release mode
This commit is contained in:
parent
bdf50483df
commit
654497cd4a
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ contains(DEBUG_MODE, 1){
|
||||||
contains(DEBUG_MODE, 0){
|
contains(DEBUG_MODE, 0){
|
||||||
CONFIG -= debug
|
CONFIG -= debug
|
||||||
CONFIG += release
|
CONFIG += release
|
||||||
|
# For libtorrent stuff
|
||||||
|
DEFINES += NDEBUG
|
||||||
message(Release build!)
|
message(Release build!)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue