appveyor: disable setting compiler march
authorSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 7 Mar 2018 16:36:32 +0000 (16:36 +0000)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Wed, 7 Mar 2018 16:53:31 +0000 (16:53 +0000)
commit5b34186fadb5ad2360ab3b589f9c18fd44cc5b6c
tree9bccf04a5f035614d62baa874859666e6f82e3e6
parentc922e0b0cb917a7a47265e76ff13b8911e0e497a
appveyor: disable setting compiler march

Commit a817dc3b3b5a0efc95aaca366875eac67607cd5b ("Default to building
native code") tunes binaries to only run on the build system's
architecture by default. However as AppVeyor builds Windows MSIs for
public consumption, let's turn that feature off here to prevent people
accidentally ending up with binaries that contain instructions their
system can't run.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
appveyor.yml