mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 05:57:20 +00:00
Reverted local CMakeVariables changes
This commit is contained in:
parent
14d4c87a2f
commit
e5467379e1
@ -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.
|
# Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs.
|
||||||
__dynamic=1
|
__dynamic=1
|
||||||
# Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info.
|
# 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.
|
# 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.
|
# Set __compile_backtrace__ to 1 to compile the backtrace library instead of using system libraries.
|
||||||
# __compile_backtrace__=1
|
# __compile_backtrace__=1
|
||||||
# Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with.
|
# Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with.
|
||||||
|
Loading…
Reference in New Issue
Block a user