diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-27 14:22:21 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-06-27 14:22:21 +0000 |
commit | 2dddd319dd86265ccddb02a4feb20f1db97f443d (patch) | |
tree | fc58507940d49045b414c759938a8fe6293a6b9f /include/makeinclude/platform_sunos5_g++.GNU | |
parent | b033f7444dd6f502468398f17665bce151961f29 (diff) | |
download | ATCD-2dddd319dd86265ccddb02a4feb20f1db97f443d.tar.gz |
Changing optimization flag from -O2 to -O3 to get rid of function declared but not used warnings for PACE
Diffstat (limited to 'include/makeinclude/platform_sunos5_g++.GNU')
-rw-r--r-- | include/makeinclude/platform_sunos5_g++.GNU | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/makeinclude/platform_sunos5_g++.GNU b/include/makeinclude/platform_sunos5_g++.GNU index 7f316e18533..025b35083bf 100644 --- a/include/makeinclude/platform_sunos5_g++.GNU +++ b/include/makeinclude/platform_sunos5_g++.GNU @@ -39,7 +39,7 @@ DLD = $(CXX) LD = $(CXX) LDFLAGS += LIBS += -lsocket -ldl -lgen -lnsl -lposix4 -lthread -OCFLAGS += -O2 +OCFLAGS += -O3 PIC = -fPIC AR = ar ARFLAGS = ruv |