mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-20 23:32:47 +01:00
14 lines
399 B
Diff
14 lines
399 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 5fd7f16..5095a42 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -50,7 +50,7 @@ ifeq ($(origin CC),default)
|
|
CC := $(CROSS_COMPILE)gcc
|
|
endif
|
|
CXFLAGS ?= -ggdb
|
|
-CWFLAGS = -Wall -Werror -Wstrict-prototypes -Wextra -Wno-unused-parameter
|
|
+CWFLAGS = -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter
|
|
ifdef WARN_UNUSED
|
|
CWFLAGS += -Wp,-D_FORTIFY_SOURCE=2 -O3
|
|
endif
|