mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
- Disable debug mode
This commit is contained in:
parent
052ccf2302
commit
85fe900afe
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ LANG_PATH = lang
|
||||||
ICONS_PATH = Icons
|
ICONS_PATH = Icons
|
||||||
|
|
||||||
#Set the following variable to 1 to enable debug
|
#Set the following variable to 1 to enable debug
|
||||||
DEBUG_MODE = 1
|
DEBUG_MODE = 0
|
||||||
|
|
||||||
# Global
|
# Global
|
||||||
TEMPLATE = app
|
TEMPLATE = app
|
||||||
|
@ -30,7 +30,7 @@ contains(DEBUG_MODE, 0){
|
||||||
|
|
||||||
# For libtorrent stuff
|
# For libtorrent stuff
|
||||||
# (comment this if you are using libtorrent with debug enabled)
|
# (comment this if you are using libtorrent with debug enabled)
|
||||||
#DEFINES += NDEBUG
|
DEFINES += NDEBUG
|
||||||
|
|
||||||
# Install
|
# Install
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue