Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not add -mfpu and -mfloat-abi arguments if build target is Apple.
AppleClang does not support those arguments anymore: ``` c++: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin23.6.0' c++: error: unsupported option '-mfloat-abi=' for target 'arm64-apple-darwin23.6.0' cc: error: unsupported option '-mfpu=' for target 'arm64-apple-darwin23.6.0' cc: error: unsupported option '-mfloat-abi=' for target 'arm64-apple-darwin23.6.0' ``` seealso: https://stackoverflow.com/questions/29851128/gcc-arm64-aarch64-unrecognized-command-line-option-mfpu-neon
- Loading branch information