summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_m88k.GNU
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 01:47:17 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-03 01:47:17 +0000
commit41bb462908dcc4b9be622f9ea63e51c81ba475fd (patch)
tree03691d13307b8ee477d1275f9cbd253c8a1ec700 /include/makeinclude/platform_m88k.GNU
parentd24e71bb726f563d0b72cbe58f31727c31a3fc41 (diff)
downloadATCD-41bb462908dcc4b9be622f9ea63e51c81ba475fd.tar.gz
added -O2 to all gcc/g++ C/CFLAGS
Diffstat (limited to 'include/makeinclude/platform_m88k.GNU')
-rw-r--r--include/makeinclude/platform_m88k.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_m88k.GNU b/include/makeinclude/platform_m88k.GNU
index 319ba0d2533..06ed589e671 100644
--- a/include/makeinclude/platform_m88k.GNU
+++ b/include/makeinclude/platform_m88k.GNU
@@ -2,8 +2,8 @@
# *not* using Orbix
CC = gcc
CXX = g++
-CFLAGS += -w
-CCFLAGS += -w -D__m88k__ -fno-implicit-templates -fno-strict-prototypes
+CFLAGS += -w -O2
+CCFLAGS += -w -D__m88k__ -O2 -fno-implicit-templates -fno-strict-prototypes
DLD = $(CXX)
LD = $(CXX)
INCLDIRS += -I$(WRAPPER_ROOT) -I.