Reverted local CMakeVariables changes

This commit is contained in:
wincent 2023-11-14 13:51:41 +01:00
parent 14d4c87a2f
commit e5467379e1

View File

@ -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.