From 74343be871d9948b3a226b5f8c5dfcef056c3da9 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Tue, 19 Jul 2022 14:52:39 -0700 Subject: [PATCH] Enable _dynamic by default (#656) --- CMakeVariables.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeVariables.txt b/CMakeVariables.txt index db89fef7..fb59f455 100644 --- a/CMakeVariables.txt +++ b/CMakeVariables.txt @@ -8,7 +8,7 @@ LICENSE=AGPL-3.0 # 171022 - Unmodded client NET_VERSION=171022 # Debugging -# __dynamic=1 +__dynamic=1 # Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs. # __ggdb=1 # Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info.