Ver código fonte

use normal C compiler

ceriel 34 anos atrás
pai
commit
47cd66ba27
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      lang/cem/cpp.ansi/Makefile

+ 2 - 2
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