diff options
-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 |