toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option
[openwrt/staging/mkresin.git] / toolchain / musl / common.mk
index 986f372a6eb0b5d6dde243d5ecc9c31e761199a2..29beb14e1769f5bdcc37997f61001d67895e2fa4 100644 (file)
@@ -40,11 +40,6 @@ MUSL_CONFIGURE:= \
                --disable-gcc-wrapper \
                --enable-debug
 
-ifeq ($(CONFIG_MUSL_ENABLE_DEBUG),y)
-MUSL_CONFIGURE+= \
-       --enable-debug
-endif
-
 define Host/Prepare
        $(call Host/Prepare/Default)
        $(if $(strip $(QUILT)), \