From 4752ea62d369d54c452ba93736d218953df2a100 Mon Sep 17 00:00:00 2001 From: Goldenkrew3000 Date: Thu, 12 Mar 2026 02:18:58 +1000 Subject: [PATCH] libopensubsonic build testing update --- src/buildTests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/buildTests.sh b/src/buildTests.sh index 94bcb69..96ce1b3 100755 --- a/src/buildTests.sh +++ b/src/buildTests.sh @@ -1,4 +1,4 @@ -gcc runTests.c \ +/opt/homebrew/opt/llvm/bin/clang -g -fsanitize=address runTests.c \ configHandler.c \ libopensubsonic/httpclient.c \ external/cJSON.c \ @@ -19,3 +19,4 @@ gcc runTests.c \ libopensubsonic/endpoint_scrobble.c \ libopensubsonic/endpoint_getInternetRadioStations.c \ -o tests -lcurl +ASAN_OPTIONS=detect_leaks=1 ./tests