diff options
author | Marc Laukien <marc@zeroc.com> | 2002-09-19 21:01:34 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-09-19 21:01:34 +0000 |
commit | e4d11fea6935dbec27235dd802daba035cb21069 (patch) | |
tree | c555bd274463051cf845a3c6897c74667808037d /cpp | |
parent | exception handling fixes (diff) | |
download | ice-e4d11fea6935dbec27235dd802daba035cb21069.tar.bz2 ice-e4d11fea6935dbec27235dd802daba035cb21069.tar.xz ice-e4d11fea6935dbec27235dd802daba035cb21069.zip |
fix
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index fb81e490fef..5706f28aa32 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -44,12 +44,12 @@ OPENSSL_LIBS = -L$(OPENSSL_HOME)/lib -lssl -lcrypto # set different compilation options for debug or optimization # CXX = c++ -CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall -#CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall +#CXXFLAGS = -g -ftemplate-depth-128 -fPIC -Wall +CXXFLAGS = -O3 -DNDEBUG -ftemplate-depth-128 -fPIC -Wall CPPFLAGS = -I$(includedir) -I$(STLPORT_HOME)/include/stlport LDFLAGS = -L$(libdir) -L$(STLPORT_HOME)/lib -BASELIBS = -lIceUtil -lstlport_gcc_stldebug -lpthread -luuid -ldl -lbz2 -#BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid -ldl -lbz2 +#BASELIBS = -lIceUtil -lstlport_gcc_stldebug -lpthread -luuid -ldl -lbz2 +BASELIBS = -lIceUtil -lstlport_gcc -lpthread -luuid -ldl -lbz2 LIBS = -lIce $(BASELIBS) SSLLIBS = -lIceSSL $(OPENSSL_LIBS) CC = gcc |