From 94a0e4a7c3e1605b957b4793d747577eb8ebe89f Mon Sep 17 00:00:00 2001 From: Skye Deving <76892045+skyedeving@users.noreply.github.com> Date: Sun, 24 Jan 2021 00:00:20 -0600 Subject: [PATCH] Add info for building with debug options It's been useful for using something like gdb for debugging --- Attorney_Online.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Attorney_Online.pro b/Attorney_Online.pro index 5257046..ba1c80a 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