bustub
bustub copied to clipboard
chore(build): use native arch in release mode
Unluckily, Apple M1 doesn't support it.
clang: error: the clang compiler does not support '-march=native'
Will postpone this until AppleClang 15 release 😇
the flag seems working now with latest toolchain on macOS, planning to merge it this month.
I think this can be closed as it contains old changes not relevant anymore. @skyzh, if you feel we need to adapt something, can open the PR. Closing it for now.