commit 218983655903e16e2a0578cdefe3c8cd35ab14ac parent a4062422899170c146d9d6ad2ee62aac57740629 Author: hhvn <dev@hhvn.uk> Date: Sun, 4 Sep 2022 19:09:04 +0100 Don't care about const Diffstat:
M | config.mk | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.mk b/config.mk @@ -1,3 +1,3 @@ STYLE = hhvn -CFLAGS = -Wall -g3 -O0 +CFLAGS = -Wall -Wno-discarded-qualifiers -g3 -O0 SAVEDIR = saves