Skip to content

Conversation

@BillyONeal
Copy link

Fixes compiler error like the following on macOS 15.6.1:

/usr/bin/cc   -fPIC -O0 -ggdb -arch arm64 -mssse3 -falign-loops -MD -MT CMakeFiles/_b64_v128.dir/turbob64v128.c.o -MF CMakeFiles/_b64_v128.dir/turbob64v128.c.o.d -o CMakeFiles/_b64_v128.dir/turbob64v128.c.o -c /Users/vcpkg/vcpkg/buildtrees/turbobase64/src/2023.08-0b0f08890c.clean/turbob64v128.c
clang: warning: optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument]
clang: error: unsupported option '-mssse3' for target 'arm64-apple-darwin24.6.0'

Fixes compiler error like the following on macOS 15.6.1:

```console
/usr/bin/cc   -fPIC -O0 -ggdb -arch arm64 -mssse3 -falign-loops -MD -MT CMakeFiles/_b64_v128.dir/turbob64v128.c.o -MF CMakeFiles/_b64_v128.dir/turbob64v128.c.o.d -o CMakeFiles/_b64_v128.dir/turbob64v128.c.o -c /Users/vcpkg/vcpkg/buildtrees/turbobase64/src/2023.08-0b0f08890c.clean/turbob64v128.c
clang: warning: optimization flag '-falign-loops' is not supported [-Wignored-optimization-argument]
clang: error: unsupported option '-mssse3' for target 'arm64-apple-darwin24.6.0'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant