mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-05-28 07:24:25 +00:00
Enable debugging in musl
This commit is contained in:
parent
a945423ef9
commit
883d2e3481
4
Makefile
4
Makefile
@ -26,6 +26,10 @@ else
|
|||||||
MUSL_CONFIGURE_FLAGS := --enable-shared --enable-static
|
MUSL_CONFIGURE_FLAGS := --enable-shared --enable-static
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(DEBUG), 1)
|
||||||
|
MUSL_CONFIGURE_FLAGS += --enable-debug
|
||||||
|
endif
|
||||||
|
|
||||||
build_musl:
|
build_musl:
|
||||||
mkdir -p cache/musl
|
mkdir -p cache/musl
|
||||||
cd cache/musl && \
|
cd cache/musl && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user