Skip to content

Commit

Permalink
build: not default to x64_asm. only use the asm if explicitly requested
Browse files Browse the repository at this point in the history
  • Loading branch information
dderjoel committed Jul 1, 2023
1 parent 0fa84f8 commit 4ad1834
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,6 @@ else
fi

if test x"$req_asm" = x"auto"; then
SECP_X86_64_ASM_CHECK
if test x"$has_x86_64_asm" = x"yes"; then
set_asm=x86_64
fi
if test x"$set_asm" = x; then
set_asm=no
fi
Expand Down

0 comments on commit 4ad1834

Please sign in to comment.