- Disable debug in libtorrent when qBittorrent is in release mode

This commit is contained in:
Christophe Dumez 2007-09-18 20:01:31 +00:00
parent bdf50483df
commit 654497cd4a

View file

@ -24,6 +24,8 @@ contains(DEBUG_MODE, 1){
contains(DEBUG_MODE, 0){
CONFIG -= debug
CONFIG += release
# For libtorrent stuff
DEFINES += NDEBUG
message(Release build!)
}