commit 67672cd83ac02ba23be4d32e9566d421b178d383
parent 528d9cf07ca756fb5422cab174849fe0708620d0
Author: Jared Tobin <jared@jtobin.io>
Date: Fri, 9 Jan 2026 13:04:28 +0400
meta: only use the features we need
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ppad-sha256.cabal b/ppad-sha256.cabal
@@ -41,7 +41,7 @@ library
c-sources:
cbits/sha256_arm.c
if arch(aarch64)
- cc-options: -march=armv8-a+crypto
+ cc-options: -march=armv8-a+sha2
test-suite sha256-tests
type: exitcode-stdio-1.0