Add info for building with debug options

It's been useful for using something like gdb for debugging
This commit is contained in:
Skye Deving 2021-01-24 00:00:20 -06:00
parent c13e6b7ab0
commit 94a0e4a7c3

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