summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-05-27 12:01:16 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-05 11:17:06 +0200
commit3a031e0b03f11b40b8b374472336d9a6df4d81b8 (patch)
tree15748a05502c6600262cf37e60b6ef7642fafeb3 /ext/reflection/php_reflection.c
parent5a04796f760a9e4770ccca5006ec5076dec0450c (diff)
downloadphp-git-3a031e0b03f11b40b8b374472336d9a6df4d81b8.tar.gz
Drop hard-coded /W3 default in favor of custom CFLAGS
Building with `/W3` shows an awful lot of warnings on Windows, so it's really hard to spot the more important ones. Since it is not possible to override the hard-coded `/W3`, we drop it altogether, so MSVC uses the default `/W1`. Users are encouraged to increase the warning level via the environment variable `CFLAGS` before doing configure. We also enable `/WX` (treat warnings as errors) for AppVeyor CI, using `/W1` for now, since otherwise the build would fail.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions