From 328b5011af07c99a808fee0946f8e7918d3c24ec Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 18 Dec 1989 16:41:55 +0000 Subject: [PATCH] use normal C compiler --- lang/cem/cpp.ansi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/cem/cpp.ansi/Makefile b/lang/cem/cpp.ansi/Makefile index 50089c3f6..723731db5 100644 --- a/lang/cem/cpp.ansi/Makefile +++ b/lang/cem/cpp.ansi/Makefile @@ -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 -- 2.34.1