I hereby claim:
- I am imifos on github.
- I am imifos (https://keybase.io/imifos) on keybase.
- I have a public key whose fingerprint is 1EFF C407 F0F4 EB87 8163 5FAD 8C79 06EF 8C10 CA54
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
diff --git a/Makefile b/Makefile | |
index 96e99b7..4884309 100644 | |
--- a/Makefile | |
+++ b/Makefile | |
@@ -43,6 +43,10 @@ arm64: | |
gobjcopy -O binary -j .text bin/checkm8_arm64.o bin/checkm8_arm64.bin | |
rm bin/checkm8_arm64.o | |
+ xcrun -sdk iphoneos clang src/checkm8_nopaddingcorruption_arm64.S -target arm64-apple-darwin -Wall -o bin/checkm8_nopaddingcorruption_arm64.o | |
+ gobjcopy -O binary -j .text bin/checkm8_nopaddingcorruption_arm64.o bin/checkm8_nopaddingcorruption_arm64.bin |