dbertoni 01/03/15 07:56:38
Modified: c/src runConfigure
Log:
Add -D NDEBUG to release builds to disable assertions.
Revision Changes Path
1.2 +4 -1 xml-xalan/c/src/runConfigure
Index: runConfigure
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/runConfigure,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- runConfigure 2000/01/27 19:57:43 1.1
+++ runConfigure 2001/03/15 15:56:36 1.2
@@ -58,6 +58,9 @@
#
#
# $Log: runConfigure,v $
+# Revision 1.2 2001/03/15 15:56:36 dbertoni
+# Add -D NDEBUG to release builds to disable assertions.
+#
# Revision 1.1 2000/01/27 19:57:43 jdonohue
# Preliminary based on Xerces
#
@@ -192,7 +195,7 @@
if test $debug = "off"; then
echo "Debug is OFF"
- debugflag="-O";
+ debugflag="-O -DNDEBUG";
else
echo "Debug is ON"
debugflag="-g";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]