summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-19 21:02:07 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-19 21:02:07 +0000
commitd22f3b7aff7e045ec9155188c1b22ff3d161d64e (patch)
tree3132164443ede76ad8bdce4f5bb4ea8ae688512f /cpp
parentfix (diff)
downloadice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.tar.bz2
ice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.tar.xz
ice-d22f3b7aff7e045ec9155188c1b22ff3d161d64e.zip
fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules8
-rw-r--r--cpp/config/TestUtil.py4
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