commit b47b8ea
wf
·
2026-04-28 18:17:35 +0000 UTC
parent e9779ff
Use -Wextra in CFLAGS
1 files changed,
+1,
-1
M
Makefile
M
Makefile
+1,
-1
1@@ -1,6 +1,6 @@
2 CC ?= cc
3 PKG_CONFIG ?= pkg-config
4-CFLAGS += -std=c99 -Wall -Wimplicit-function-declaration -Oz -pedantic
5+CFLAGS += -std=c99 -Wall -Wextra -Oz -pedantic
6 LDFLAGS += -Iinclude
7 LDLIBS := `${PKG_CONFIG} --libs swc`
8 PREFIX ?= /usr/local