From e5467379e1d4de59d8324c5e038a9fc081be54be Mon Sep 17 00:00:00 2001 From: wincent Date: Tue, 14 Nov 2023 13:51:41 +0100 Subject: [PATCH] Reverted local CMakeVariables changes --- CMakeVariables.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeVariables.txt b/CMakeVariables.txt index 8ddb3215..46e8b377 100644 --- a/CMakeVariables.txt +++ b/CMakeVariables.txt @@ -7,9 +7,9 @@ LICENSE=AGPL-3.0 # Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs. __dynamic=1 # Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info. -__ggdb=1 +#__ggdb=1 # Set __include_backtrace__ to 1 to includes the backtrace library for better crashlogs. -__include_backtrace__=1 +#__include_backtrace__=1 # Set __compile_backtrace__ to 1 to compile the backtrace library instead of using system libraries. # __compile_backtrace__=1 # Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with.