Frank M. Kromann wrote:
fmk             Sat Apr 29 06:24:38 2006 UTC

  Modified files:              (Branch: PHP_5_1)
/php-src/win32/build config.w32 Log:
  Add new configure option --enable-pdb-files
  This will generate .pdb files for debugging

+ARG_ENABLE("pdb-files", "Enable generation of .pdp files", "no");
+if (PHP_PDB_FILES == "yes") {
+       ADD_FLAG("LDFLAGS", "/debug /opt:ref");
+}
+

That doesn't look really different to --enable-debug-pack, does it?

Regards,
--
Michael - <mike(@)php.net> http://dev.iworks.at/ext-http/http-functions.html.gz

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to