aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index a0dc190e..f4d67cb2 100644
--- a/makefile
+++ b/makefile
@@ -1,7 +1,7 @@
1# $Id: makefile,v 1.2 1993/12/22 20:55:06 roberto Exp roberto $ 1# $Id: makefile,v 1.3 1993/12/22 21:21:06 roberto Exp roberto $
2# Compilation parameters 2# Compilation parameters
3CC = gcc 3CC = gcc
4CFLAGS = -I/usr/5include -Wall -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024 4CFLAGS = -I/usr/5include -Wall -O2 -DMAXCODE=4096 -DMAXCONSTANT=1024 -DMAXSYMBOL=1024
5 5
6AR = ar 6AR = ar
7ARFLAGS = rvl 7ARFLAGS = rvl