From 1ec9da160953386d60e20f99f70e7c47f574c558 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Wed, 27 Feb 2019 16:12:15 -0800 Subject: [PATCH] Re-enable x64 to ensure LLVM asm is generated --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index aaa9552..de39526 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ skip_branch_with_pr: true platform: - x86 - # - x64 + - x64 configuration: # - Debug