Blob Blame History Raw
diff -dur hatari-0.95.orig/tools/hmsa/Makefile hatari-0.95/tools/hmsa/Makefile
--- hatari-0.95.orig/tools/hmsa/Makefile	2007-02-02 01:06:11.000000000 +0100
+++ hatari-0.95/tools/hmsa/Makefile	2007-05-26 12:36:04.000000000 +0200
@@ -4,7 +4,7 @@
 HATARI_OBJS = msa.o dim.o st.o file.o unzip.o zip.o
 OBJS = $(HMSA_OBJS) $(HATARI_OBJS:%.o=../../src/%.o)
 
-CFLAGS = -g -O -Wall -I../../src/includes \
+CFLAGS += -I../../src/includes \
 	$(shell sdl-config --cflags)
 
 LIBS = -lz