summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_unixware_g++.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_unixware_g++.GNU
parentd24e71bb726f563d0b72cbe58f31727c31a3fc41 (diff)
downloadATCD-41bb462908dcc4b9be622f9ea63e51c81ba475fd.tar.gz
added -O2 to all gcc/g++ C/CFLAGS
Diffstat (limited to 'include/makeinclude/platform_unixware_g++.GNU')
-rw-r--r--include/makeinclude/platform_unixware_g++.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_unixware_g++.GNU b/include/makeinclude/platform_unixware_g++.GNU
index 6bb3fb8e6ba..dca1804e0ec 100644
--- a/include/makeinclude/platform_unixware_g++.GNU
+++ b/include/makeinclude/platform_unixware_g++.GNU
@@ -4,8 +4,8 @@
#
CC = gcc
CXX = g++
-CFLAGS += -w
-CCFLAGS += -w -fno-implicit-templates # -fno-strict-prototypes
+CFLAGS += -w -O2
+CCFLAGS += -w -O2 -fno-implicit-templates # -fno-strict-prototypes
DLD = $(CXX)
LD = $(CXX)
LDFLAGS += -L/usr/lib