]> granicus.if.org Git - php/commit
Drop deprecated /Gm compile option
authorChristoph M. Becker <cmbecker69@gmx.de>
Fri, 28 Dec 2018 17:12:50 +0000 (18:12 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Sun, 30 Dec 2018 13:36:05 +0000 (14:36 +0100)
commit20de58f51d92660481923c7f795d2e36e9626247
tree90a5b40ce27b047baa053b4b9bc399beeeb9c22d
parent54a2b42778ff9071820c88b381d72a1b5f0896e9
Drop deprecated /Gm compile option

The `/Gm` option of `cl` is deprecated[1], and `cl` claims that it will
be removed in the future, so we're dropping it right away.

[1] <https://docs.microsoft.com/en-us/cpp/build/reference/gm-enable-minimal-rebuild?view=vs-2017>
win32/build/confutils.js