mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 02:14:16 +00:00
- Disable debug in libtorrent when qBittorrent is in release mode
This commit is contained in:
parent
bdf50483df
commit
654497cd4a
@ -24,6 +24,8 @@ contains(DEBUG_MODE, 1){
|
||||
contains(DEBUG_MODE, 0){
|
||||
CONFIG -= debug
|
||||
CONFIG += release
|
||||
# For libtorrent stuff
|
||||
DEFINES += NDEBUG
|
||||
message(Release build!)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user