Merge pull request #434 from skyedeving/debug-option

Add info for building with debug options
This commit is contained in:
oldmud0 2021-01-24 18:18:24 -06:00 committed by GitHub
commit f4c359733a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,9 @@ QMAKE_LFLAGS += -Wl,-rpath,"'\$$ORIGIN/lib'"
# Uncomment for verbose network logging
# DEFINES += DEBUG_NETWORK
# Uncomment for building with debug symbols
# CONFIG += debug
# Uncomment to enable Discord Rich Presence
# DEFINES += DISCORD