From 611d8b7cfab5cd1bef62b868d8ec0a0c6381de08 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Sat, 29 Apr 2006 14:33:35 +0000 Subject: [PATCH] Revert patch for pdb files. No need to have it twice! --- win32/build/config.w32 | 5 ----- 1 file changed, 5 deletions(-) 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); -- 2.50.1