1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00
Files
archived-php-src/win32
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
..
2019-02-03 21:03:00 +01:00
2018-01-03 14:38:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-05-14 17:55:31 +02:00
2020-03-26 11:46:00 +01:00
2019-02-03 21:03:00 +01:00
2019-04-11 16:52:36 +02:00
2020-01-16 19:14:31 +01:00
2019-02-03 21:03:00 +01:00
2019-02-08 18:42:48 -08:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2019-02-03 21:03:00 +01:00
2020-06-05 11:17:05 +02:00
2019-07-11 13:11:08 +02:00