summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_sco-nothread.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_sco-nothread.GNU
parentd24e71bb726f563d0b72cbe58f31727c31a3fc41 (diff)
downloadATCD-41bb462908dcc4b9be622f9ea63e51c81ba475fd.tar.gz
added -O2 to all gcc/g++ C/CFLAGS
Diffstat (limited to 'include/makeinclude/platform_sco-nothread.GNU')
-rw-r--r--include/makeinclude/platform_sco-nothread.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/makeinclude/platform_sco-nothread.GNU b/include/makeinclude/platform_sco-nothread.GNU
index 6c3107ce20e..5c7f22dad8a 100644
--- a/include/makeinclude/platform_sco-nothread.GNU
+++ b/include/makeinclude/platform_sco-nothread.GNU
@@ -5,8 +5,8 @@ CC = gcc
# for threads
# for no threads
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)
LIBS = -lsocket