diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 01:47:17 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-03 01:47:17 +0000 |
commit | 41bb462908dcc4b9be622f9ea63e51c81ba475fd (patch) | |
tree | 03691d13307b8ee477d1275f9cbd253c8a1ec700 /include/makeinclude/platform_m88k.GNU | |
parent | d24e71bb726f563d0b72cbe58f31727c31a3fc41 (diff) | |
download | ATCD-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.GNU | 4 |
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. |