Skip to content

Commit 611d8b7

Browse files
committed
Revert patch for pdb files. No need to have it twice!
1 parent c4efa94 commit 611d8b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

win32/build/config.w32

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,6 @@ AC_DEFINE('MEMORY_LIMIT', PHP_MEMORY_LIMIT == "yes" ? 1 : 0);
313313
ARG_ENABLE("memory-manager", "Enable Zend memory manager", "yes");
314314
AC_DEFINE('USE_ZEND_ALLOC', PHP_MEMORY_MANAGER == "yes" ? 1 : 0);
315315

316-
ARG_ENABLE("pdb-files", "Enable generation of .pdp files", "no");
317-
if (PHP_PDB_FILES == "yes") {
318-
ADD_FLAG("LDFLAGS", "/debug /opt:ref");
319-
}
320-
321316
AC_DEFINE('HAVE_USLEEP', 1);
322317
AC_DEFINE('HAVE_STRCOLL', 1);
323318

0 commit comments

Comments
 (0)