diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-24 18:18:24 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-24 18:18:24 -0600 |
| commit | f4c359733a609d257cb4537702a1cbf8648ce458 (patch) | |
| tree | 18a71418f81af31cd379d10b90a138f205ccd5d1 | |
| parent | c13e6b7ab0fd36ebf784294b2788ae365109a24f (diff) | |
| parent | 94a0e4a7c3e1605b957b4793d747577eb8ebe89f (diff) | |
Merge pull request #434 from skyedeving/debug-option
Add info for building with debug options
| -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 |
