Extra warnings

This commit is contained in:
Imbus 2025-09-15 20:56:17 +02:00
parent 9d83fd1975
commit 9c23dc5653

View file

@ -1,5 +1,5 @@
CC ?= gcc CC ?= gcc
CFLAGS ?= -Wall -fPIC -Ihash -O2 CFLAGS ?= -Wall -Wextra -fPIC -Ihash -O2
AR ?= ar AR ?= ar
ARFLAGS ?= rcs ARFLAGS ?= rcs