diff options
author | Jakob Kaivo <jkk@ung.org> | 2022-03-27 20:06:07 -0400 |
---|---|---|
committer | Jakob Kaivo <jkk@ung.org> | 2022-03-27 20:06:07 -0400 |
commit | d8a7702a7255c9a829f4c57846f9257c4607f9cb (patch) | |
tree | e8a181e6a7c09e73318ab802ea5179877f9bd3ed | |
parent | 67f3de1628e18b95ac25a18429e6368dea1c0ae2 (diff) |
enable warnings
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |