mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
disabled assert on release mode
This commit is contained in:
parent
7d2b640874
commit
cc42e6f6ba
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ macx {
|
||||||
CONFIG(debug, debug|release) {
|
CONFIG(debug, debug|release) {
|
||||||
DEFINES += C_DEBUG
|
DEFINES += C_DEBUG
|
||||||
DEFINES += QT_DEBUG
|
DEFINES += QT_DEBUG
|
||||||
|
} else {
|
||||||
|
DEFINES += NDEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
# Submodules
|
# Submodules
|
||||||
|
|
Loading…
Reference in a new issue