2021-12-05 18:17:21 +00:00
|
|
|
PROJECT_VERSION_MAJOR=1
|
2023-09-25 13:23:23 +00:00
|
|
|
PROJECT_VERSION_MINOR=1
|
2023-08-04 02:38:33 +00:00
|
|
|
PROJECT_VERSION_PATCH=1
|
2021-12-05 18:17:21 +00:00
|
|
|
# LICENSE
|
|
|
|
LICENSE=AGPL-3.0
|
|
|
|
# Debugging
|
|
|
|
# Set __dynamic to 1 to enable the -rdynamic flag for the linker, yielding some symbols in crashlogs.
|
2022-12-28 21:58:53 +00:00
|
|
|
__dynamic=1
|
2021-12-05 18:17:21 +00:00
|
|
|
# Set __ggdb to 1 to enable the -ggdb flag for the linker, including more debug info.
|
2023-10-22 15:36:08 +00:00
|
|
|
__ggdb=1
|
2021-12-05 18:17:21 +00:00
|
|
|
# Set __include_backtrace__ to 1 to includes the backtrace library for better crashlogs.
|
2023-10-22 15:36:08 +00:00
|
|
|
__include_backtrace__=1
|
2022-10-24 22:20:36 +00:00
|
|
|
# Set __compile_backtrace__ to 1 to compile the backtrace library instead of using system libraries.
|
2022-12-28 21:58:53 +00:00
|
|
|
# __compile_backtrace__=1
|
2022-07-27 09:08:04 +00:00
|
|
|
# Set to the number of jobs (make -j equivalent) to compile the mariadbconn files with.
|
2022-12-28 21:58:53 +00:00
|
|
|
__maria_db_connector_compile_jobs__=1
|
2022-11-07 08:12:35 +00:00
|
|
|
# When set to 1 and uncommented, compiling and linking testing folders and libraries will be done.
|
2022-12-28 21:58:53 +00:00
|
|
|
__enable_testing__=1
|
|
|
|
# The path to OpenSSL. Change this if your OpenSSL install path is different than the default.
|
|
|
|
OPENSSL_ROOT_DIR=/usr/local/opt/openssl@3/
|
2023-08-11 04:27:40 +00:00
|
|
|
# Uncomment the below line to cache the entire CDClient into memory
|
|
|
|
# CDCLIENT_CACHE_ALL=1
|