summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-12-11 16:11:31 +0000
committerMarc Laukien <marc@zeroc.com>2001-12-11 16:11:31 +0000
commit617be438d5c5227ec7ae25eae93b1258d5c9baf4 (patch)
tree71b2464a7e8639061a338f1f939de100a456cfba /cpp
parentfixes (diff)
downloadice-617be438d5c5227ec7ae25eae93b1258d5c9baf4.tar.bz2
ice-617be438d5c5227ec7ae25eae93b1258d5c9baf4.tar.xz
ice-617be438d5c5227ec7ae25eae93b1258d5c9baf4.zip
fix
Diffstat (limited to 'cpp')
-rw-r--r--cpp/config/Make.rules4
-rw-r--r--cpp/doc/Properties.sgml2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules
index 9f579e13b31..60bb6c75f14 100644
--- a/cpp/config/Make.rules
+++ b/cpp/config/Make.rules
@@ -38,8 +38,8 @@ XERCESC ?= /opt/xerces-c
# 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)/include/stlport -I$(JTC)/include
LDFLAGS = -L$(libdir) -L$(STLPORT)/lib -L$(JTC)/lib -L$(OPENSSL)/lib -L$(XERCESC)/lib
BASELIBS = -lIceUtil -lstlport_gcc -lJTC -lpthread
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml
index ffae0a5f4f5..91814007d0c 100644
--- a/cpp/doc/Properties.sgml
+++ b/cpp/doc/Properties.sgml
@@ -255,7 +255,7 @@ Ice.ThreadPool.MaxConnections=<replaceable>num</replaceable>
The maximum number of connections the thread pool will use. Default is
zero, meaning no limit. If <replaceable>num</replaceable> is not set
to zero, it must be set to a value larger than the number of threads
-in the thread pool.
+in the thread pool. <note><para>Currently not implemented!</para></note>
</para>
</section>
</section>