summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-12-30 14:37:04 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-12-30 14:37:04 +0100
commit42b0bbd758dec6b842f6be644874cd95199b10f7 (patch)
treed41f2f7287a07c042ade51e95cbda565d97d4867
parentd4b7cc1dbab2cb11319a8af1c8a53dd5baedbefd (diff)
parent20de58f51d92660481923c7f795d2e36e9626247 (diff)
downloadphp-git-42b0bbd758dec6b842f6be644874cd95199b10f7.tar.gz
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Drop deprecated /Gm compile option
-rw-r--r--win32/build/confutils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/confutils.js b/win32/build/confutils.js
index e85ed65642..11fc7d2ae6 100644
--- a/win32/build/confutils.js
+++ b/win32/build/confutils.js
@@ -3356,7 +3356,7 @@ function toolset_setup_common_libs()
function toolset_setup_build_mode()
{
if (PHP_DEBUG == "yes") {
- ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Gm /Od /D _DEBUG /D ZEND_DEBUG=1 " +
+ ADD_FLAG("CFLAGS", "/LDd /MDd /W3 /Od /D _DEBUG /D ZEND_DEBUG=1 " +
(X64?"/Zi":"/ZI"));
ADD_FLAG("LDFLAGS", "/debug");
// Avoid problems when linking to release libraries that use the release