php-src/appveyor
Christoph M. Becker 3a031e0b03 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.
2020-06-05 11:17:06 +02:00
..
build_task.bat Drop hard-coded /W3 default in favor of custom CFLAGS 2020-06-05 11:17:06 +02:00
build.bat Update Git repository for Windows build tool kit 2019-04-19 21:09:46 +02:00
test_task.bat Merge branch 'PHP-7.4' 2020-05-26 17:46:56 +02:00
test.bat Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00