warnings as errors

This commit is contained in:
Quinn
2025-04-07 23:37:39 +02:00
committed by Quinn
parent c913e62fcc
commit 2754fcbe3f

View File

@@ -23,7 +23,7 @@ CFLAGS += -DDEBUG -g -Og
RSFLAGS += -C debuginfo=2 RSFLAGS += -C debuginfo=2
PROF := dbg PROF := dbg
else else
CFLAGS += -O2 CFLAGS += -O2 -Werror
RSFLAGS += -D warnings RSFLAGS += -D warnings
PROF := rel PROF := rel
endif endif