blob: 84996f631e012f9b4d6e16baaa84c7c04729e104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ../gsi/test/gsicd/Makefile Wed Feb 2 19:05:14 2000
+++ ./test/gsicd/Makefile Thu Dec 7 18:59:21 2000
@@ -26,7 +26,7 @@
#-----------------------------------------------------------------------------#
INCLUDES = -I../../include
-CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall
+CFLAGS += -Wall -DDEBUG
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)
|