We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b677122 commit 1175919Copy full SHA for 1175919
circle_scripts/deps.sh
@@ -53,6 +53,7 @@ export DEBUG_TOXCORE_LOGGING=" "
53
54
if [ "$1""x" == "debugbuildx" ]; then
55
export DEBUG_TOXCORE_LOGGING=" -DMIN_LOGGER_LEVEL=LOGGER_LEVEL_TRACE "
56
+ JNI_CUSTOM_FLAGS=" ""$JNI_CUSTOM_FLAGS"" -DDEBUG_ENABLE_TRACE_LOGGING "
57
fi
58
## set this to make c-toxcore log more verbose -------------
59
0 commit comments