crux-musl

Unnamed repository; edit this file 'description' to name the repository.
git clone https://codeberg.org/emmett1/crux-musl
Log | Files | Refs | README | LICENSE

no-werror.patch (512B)


      1 --- a/Makefile
      2 +++ b/Makefile
      3 @@ -50,7 +50,7 @@ ifeq ($(origin CC),default)
      4  CC := $(CROSS_COMPILE)gcc
      5  endif
      6  CXFLAGS ?= -ggdb
      7 -CWFLAGS ?= -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
      8 +CWFLAGS ?= -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter -Wformat -Wformat-security -Werror=format-security -fstack-protector-strong -fPIE -Warray-bounds
      9  ifdef WARN_UNUSED
     10  CWFLAGS += -Wp -O3
     11  endif