]> git.ipfire.org Git - thirdparty/git.git/commit
ci(visual-studio): use strict compile flags, and optimization
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Oct 2019 19:59:57 +0000 (19:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Oct 2019 02:02:57 +0000 (11:02 +0900)
commit711cd6d15cf9394d1aa0f78c68a7a39b3bb23509
tree101ab2b1089bb284003a268cf5cdd597f34971bf
parent46689317ac009ef4ae91235354b6df7bf6d11d17
ci(visual-studio): use strict compile flags, and optimization

To make full use of the work that went into the Visual Studio build &
test jobs in our CI/PR builds, let's turn on strict compiler flags. This
will give us the benefit of Visual C's compiler warnings (which, at
times, seem to catch things that GCC does not catch, and vice versa).

While at it, also turn on optimization; It does not make sense to
produce binaries with debug information, and we can use any ounce of
speed that we get (because the test suite is particularly slow on
Windows, thanks to the need to run inside a Unix shell, which
requires us to use the POSIX emulation layer provided by MSYS2).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
azure-pipelines.yml