diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 8 | ||||
-rw-r--r-- | cpp/config/TestUtil.py | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index 5706f28aa32..fb81e490fef 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 diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index ca000a7230a..9519e2c437e 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -16,8 +16,8 @@ import sys, os # protocol. Otherwise TCP is used. # -#protocol = "ssl" -protocol = "" +protocol = "ssl" +#protocol = "" # # Set compressed to 1 in case you want to run the tests with |