Set OPENSSL_NO_ASM in win_arm64_msvc_compile

Last blocker, I hope. Right now, to build with MSVC on arm64, you have
to pass OPENSSL_NO_ASM, or we'll try to build gas assembly with MSVC's
armasm64 assembler.

I'm a little confused why CMake is detecting this as arm64asm as
language ASM, but ah well. Looks like newer CMake supports this as
ASM_MARMASM. But arm64asm uses a different syntax from gas, so
supporting it will be tedious.

Change-Id: I714fe2e47c167e6607d8e7763308b7762fed3f2f
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/58045
Reviewed-by: Adam Langley <agl@google.com>
3 files changed
tree: 47fe3e6182da31d30460860d3900533b8a65fb54
  1. generated/
  2. codereview.settings
  3. main.star
  4. OWNERS
  5. PRESUBMIT.py
  6. README.md
README.md

This branch contains configurations for BoringSSL's CI and CQ. To modify, edit main.star and then rerun ./main.star to regenerate the generated files.