CVS Commit by dpage: Note that release builds should not be debug
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
CVS Commit by dpage: Note that release builds should not be debug
Log Message:
-----------
Note that release builds should not be debug enabled, per Dave Cramer.
Modified Files:
--------------
pgadmin3/docs/en_US:
unix_compilation.html (r1.19 -> r1.20)
Index: unix_compilation.html
===================================================================
RCS file: /projects/pgadmin3/docs/en_US/unix_compilation.html,v
retrieving revision 1.19
retrieving revision 1.20
diff -Ldocs/en_US/unix_compilation.html -Ldocs/en_US/unix_compilation.html -u -w -r1.19 -r1.20
--- docs/en_US/unix_compilation.html
+++ docs/en_US/unix_compilation.html
@@ -22,7 +22,7 @@
</P>
<PRE># wget http://heanet.dl.sourceforge.net/sourceforge/wxWidgets/wxGTK-2.5.3.tar.gz
# tar -zxf wxGTK-2.5.3.tar.gz</PRE>
- <LI><P>Install wxWidgets from source as follows:
+ <LI><P>Install wxWidgets from source as follows (note, that release builds of pgAdmin should be built without the --enable-debug flag):
</P>
<PRE># cd wxWidgets-2.5.3
# ./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared --enable-debug
@@ -51,7 +51,7 @@
# tar -zxvf pgadmin3-src.tar.gz
# cd pgadmin3
-Now the source is downloaded:
+Now the source is downloaded (note, that release builds of pgAdmin should be built without the --enable-debug flag):
# ./configure --enable-static --enable-debug
# make all
Home |
Main Index |
Thread Index