mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-29 11:48:05 -06:00
- Disable debug mode
This commit is contained in:
@@ -3,7 +3,7 @@ LANG_PATH = lang
|
||||
ICONS_PATH = Icons
|
||||
|
||||
#Set the following variable to 1 to enable debug
|
||||
DEBUG_MODE = 1
|
||||
DEBUG_MODE = 0
|
||||
|
||||
# Global
|
||||
TEMPLATE = app
|
||||
@@ -30,7 +30,7 @@ contains(DEBUG_MODE, 0){
|
||||
|
||||
# For libtorrent stuff
|
||||
# (comment this if you are using libtorrent with debug enabled)
|
||||
#DEFINES += NDEBUG
|
||||
DEFINES += NDEBUG
|
||||
|
||||
# Install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user