summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2022-03-27 20:06:07 -0400
committerJakob Kaivo <jkk@ung.org>2022-03-27 20:06:07 -0400
commitd8a7702a7255c9a829f4c57846f9257c4607f9cb (patch)
treee8a181e6a7c09e73318ab802ea5179877f9bd3ed
parent67f3de1628e18b95ac25a18429e6368dea1c0ae2 (diff)
enable warnings
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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