summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--=Maketools2
1 files changed, 1 insertions, 1 deletions
diff --git a/=Maketools b/=Maketools
index 03a4c430..a89a8914 100644
--- a/=Maketools
+++ b/=Maketools
@@ -15,7 +15,7 @@ CCVERSION=2.5.8
CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
HOST_CC := $(CC)
-CC=gcc $(CCTYPE) -O6 -pipe
+CC=gcc $(CCTYPE) -O2 -pipe
MIGCOM=rsh $(mighost) cd `pwd` \; /usr/local/lib/migcom
CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp
export CPP