Enable debugging in musl

This commit is contained in:
Alex 2023-09-07 04:25:39 +03:00
parent a945423ef9
commit 883d2e3481
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -26,6 +26,10 @@ else
MUSL_CONFIGURE_FLAGS := --enable-shared --enable-static
endif
ifeq ($(DEBUG), 1)
MUSL_CONFIGURE_FLAGS += --enable-debug
endif
build_musl:
mkdir -p cache/musl
cd cache/musl && \