diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-24 00:00:20 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-24 00:00:20 -0600 |
| commit | 94a0e4a7c3e1605b957b4793d747577eb8ebe89f (patch) | |
| tree | 18a71418f81af31cd379d10b90a138f205ccd5d1 | |
| parent | c13e6b7ab0fd36ebf784294b2788ae365109a24f (diff) | |
Add info for building with debug options
It's been useful for using something like gdb for debugging
| -rw-r--r-- | Attorney_Online.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 52570469..ba1c80a8 100644 --- a/Attorney_Online.pro +++ b/Attorney_Online.pro @@ -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 |
