From d8a7702a7255c9a829f4c57846f9257c4607f9cb Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 27 Mar 2022 20:06:07 -0400 Subject: enable warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e23cefd..2d509e0 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ MAN=usr/share/man/man1 #BIN=usr/local/bin #LIB=usr/local/lib#beware no spaces after LIB #MAN=usr/local/man/man1 -CC = gcc -w +CC = gcc -Wall CFLAGS = #-O #-DCYGWIN #-DUWIN #-DIBMRISC #-Dsparc7 #-Dsparc8 #be wary of using anything higher than -O as the garbage collector may fall over #if using gcc rather than clang try without -O first -- cgit v1.2.1