From: mdw Date: Tue, 18 Mar 2003 10:36:35 +0000 (+0000) Subject: Go with the debugging. X-Git-Url: https://git.distorted.org.uk/~mdw/newkind/commitdiff_plain/29332db6cf9bbb912b7ca5474ebd15fa420f5f0a Go with the debugging. --- diff --git a/makefile-linux b/makefile-linux index 7f4a35e..b928db2 100644 --- a/makefile-linux +++ b/makefile-linux @@ -20,7 +20,8 @@ CC = gcc LIBS = `allegro-config --libs` -CFLAGS = -O3 -mpentium -Wall -fomit-frame-pointer -funroll-loops +# CFLAGS = -O3 -mpentium -Wall -fomit-frame-pointer -funroll-loops +CFLAGS = -O3 -mpentium -Wall -g -funroll-loops OBJS = alg_gfx.o alg_main.o docked.o elite.o \ intro.o planet.o shipdata.o shipface.o sound.o space.o \ swat.o threed.o vector.o random.o trade.o options.o \