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:
--------------
www/pgadmin3/cnt:
cnt_download.php (r1.71 -> r1.72)
Index: cnt_download.php
===================================================================
RCS file: /projects/www/pgadmin3/cnt/cnt_download.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -Lpgadmin3/cnt/cnt_download.php -Lpgadmin3/cnt/cnt_download.php -u -w -r1.71 -r1.72
--- pgadmin3/cnt/cnt_download.php
+++ pgadmin3/cnt/cnt_download.php
@@ -369,6 +369,7 @@
<br/>
<table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef">
<tr><td>
+ # <?php echo _("Note - release builds should be configured without the --enable-debug option.");?><br/><br/>
cd wxWidgets*<br/>
./configure --with-gtk --enable-gtk2 \<br/>
--enable-unicode --disable-shared --enable-debug --enable-mimetype=no<br/>
@@ -391,6 +392,7 @@
# Please checkout wxWindows and pgAdmin from CVS only.<br/>
# To coordinate efforts, please contact us on the mailing list<br/>
<br/>
+ # <?php echo _("Note - release builds should be configured without the --enable-debug option.");?><br/><br/>
cd wxWidgets*<br/>
../configure --with-mac --disable-shared --enable-debug<br/>
make<br/>
@@ -425,6 +427,7 @@
<li><?php echo _("Compile pgAdmin III.");?><br/>
<table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef">
<tr><td>
+ # <?php echo _("Note - release builds should be configured without the --enable-debug option.");?><br/><br/>
./configure --enable-static --enable-debug<br/>
make all<br/>
sudo make install
Home |
Main Index |
Thread Index