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