Commit b77200c
committed
Disable Carotene for Linux aarch64 static builds
Carotene (ARM NEON optimizations) causes undefined symbol errors when
statically linking OpenCV because the runtime library isn't bundled.
Extend the existing macOS workaround to also apply on Linux aarch64.1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
184 | 186 | | |
185 | 187 | | |
186 | 188 | | |
| |||
0 commit comments