mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-04 00:36:36 +00:00
Enable LC_DEBUG for debug builds
This commit is contained in:
parent
cf3cbd627d
commit
4caa7ec749
@ -60,6 +60,11 @@ INCLUDEPATH += \
|
|||||||
CONFIG += warn_off staticlib
|
CONFIG += warn_off staticlib
|
||||||
DEFINES += HAS_SOCKLEN_T
|
DEFINES += HAS_SOCKLEN_T
|
||||||
|
|
||||||
|
debug {
|
||||||
|
# Enable asserts on debug builds
|
||||||
|
DEFINES += LC_DEBUG
|
||||||
|
}
|
||||||
|
|
||||||
# Older GCC versions defaulted to GNU89
|
# Older GCC versions defaulted to GNU89
|
||||||
*-g++ {
|
*-g++ {
|
||||||
QMAKE_CFLAGS += -std=gnu99
|
QMAKE_CFLAGS += -std=gnu99
|
||||||
|
Loading…
x
Reference in New Issue
Block a user