From 9653f9978fe3bb3ee1560e4c80c457095419474c Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Thu, 4 Apr 2013 12:10:39 +0200 Subject: [PATCH 1/1] -O3 for a program from 1981 is ridiculous. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef1d6b5..d34d01a 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ MISC = Makefile $(MISC_C) LICENSE.TXT $(PROGRAM).sln $(PROGRAM).vcproj $(DOCS)\ CC = gcc ROPTS = -COPTS = -O3 +COPTS = -g CFLAGS= $(COPTS) $(ROPTS) LIBS = -lcurses RM = rm -f -- 2.20.1