]> granicus.if.org Git - curl/commit
VS projects: fix build warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Wed, 2 Jan 2019 11:01:04 +0000 (12:01 +0100)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 6 Jan 2019 22:16:05 +0000 (23:16 +0100)
commitd5cfefd0ea8e331b884186bff484210fad36e345
treebfee6195a8a373c99c235ca3e9e02ddd4bdf1c3c
parente939afeb5ceef4310f7066a599f3275982da0f34
VS projects: fix build warning

Starting with Visual Studio 2017 Update 9, Visual Studio doesn't like
the MinimalRebuild option anymore and warns:

cl : Command line warning D9035: option 'Gm' has been deprecated and
will be removed in a future release

The option can be safely removed so that the default is used.

Closes https://github.com/curl/curl/pull/3425
projects/Windows/VC15/lib/libcurl.tmpl