From e6231c5513e2ab8692b10d9b471e4036ce35ac81 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Thu, 19 Dec 2013 23:26:04 -0800 Subject: [PATCH] Just this for a while --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d32466..eb9eb8e 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,8 @@ CC = gcc # These are good for regular use. #OPTS = -O2 -fomit-frame-pointer -falign-functions=2 -falign-loops=2 -falign-jumps=2 # These are handy for debugging. -OPTS = -O2 -g -Wall +#OPTS = -g -Wall +OPTS = -g # Define where you want Frotz installed (typically /usr/local). # -- 2.34.1