Commit 84ea359
committed
fix: build pgvector with OPTFLAGS="" for portable ARM64 binaries
pgvector's Makefile defaults to -march=native, which emits
CPU-specific SIMD instructions. On ARM64 this can produce
illegal instructions depending on the host CPU features.
Using OPTFLAGS="" matches pgvector's official Dockerfile and
produces portable binaries that work across all ARM64 variants.1 parent c327be2 commit 84ea359
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments