mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
12 lines
435 B
Diff
12 lines
435 B
Diff
|
diff --git a/configure b/configure
|
||
|
--- a/configure
|
||
|
+++ b/configure
|
||
|
@@ -6162,6 +6162,7 @@ EOF
|
||
|
test -n "$extern_prefix" && append X86ASMFLAGS "-DPREFIX"
|
||
|
case "$objformat" in
|
||
|
elf*) enabled debug && append X86ASMFLAGS $x86asm_debug ;;
|
||
|
+ win*) enabled debug && append X86ASMFLAGS "-g" ;;
|
||
|
esac
|
||
|
|
||
|
enabled avx512 && check_x86asm avx512_external "vmovdqa32 [eax]{k1}{z}, zmm0"
|