Posts

Post not yet marked as solved
3 Replies
3.0k Views
Whenever I try to compile any C++ program with march=native on a Macbook with a M1 chip, I get the following error when using clang: clang: error: the clang compiler does not support '-march=native' However, it used to work on an older Macbook with an Intel CPU. Does clang not support this architecture (yet)? clang --version gives: Apple clang version 12.0.0 (clang-1200.0.32.29) Target: arm64-apple-darwin20.2.0
Posted
by moterink.
Last updated
.
Post not yet marked as solved
0 Replies
257 Views
How would one achieve to stop iCloud from syncing build folders like node_modules? I don‘t think it makes sense to have them synced to iCloud since they can be reinstalled anytime from npm, so no important data gets lost. Also the upload takes a toll on performance since node_modules can be a lot of files. It's just quite a disruptive experience for any Node.js developer using macOS.
Posted
by moterink.
Last updated
.