From: Frank M. Kromann Date: Sat, 29 Apr 2006 14:33:35 +0000 (+0000) Subject: Revert patch for pdb files. No need to have it twice! X-Git-Tag: BEFORE_NEW_OUTPUT_API~348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=611d8b7cfab5cd1bef62b868d8ec0a0c6381de08;p=php Revert patch for pdb files. No need to have it twice! --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 4ac6550238..9ae3bd6491 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -313,11 +313,6 @@ AC_DEFINE('MEMORY_LIMIT', PHP_MEMORY_LIMIT == "yes" ? 1 : 0); ARG_ENABLE("memory-manager", "Enable Zend memory manager", "yes"); AC_DEFINE('USE_ZEND_ALLOC', PHP_MEMORY_MANAGER == "yes" ? 1 : 0); -ARG_ENABLE("pdb-files", "Enable generation of .pdp files", "no"); -if (PHP_PDB_FILES == "yes") { - ADD_FLAG("LDFLAGS", "/debug /opt:ref"); -} - AC_DEFINE('HAVE_USLEEP', 1); AC_DEFINE('HAVE_STRCOLL', 1);