use normal C compiler
authorceriel <none@none>
Mon, 18 Dec 1989 16:41:55 +0000 (16:41 +0000)
committerceriel <none@none>
Mon, 18 Dec 1989 16:41:55 +0000 (16:41 +0000)
lang/cem/cpp.ansi/Makefile

index 50089c3..723731d 100644 (file)
@@ -24,8 +24,8 @@ CEMPP = $(BIN)/ncpp
 TABGEN = $(EMHOME)/bin/tabgen
 
 # What C compiler to use and how
-CC = fcc
-COPTIONS =
+CC = cc
+COPTIONS = -O
 LDFLAGS = -i
 
 # What parser generator to use and how