Skip to content

Instantly share code, notes, and snippets.

@NotKyon
Created October 22, 2019 03:24
Show Gist options
  • Save NotKyon/7fa996019758ae220e1ba61a5b60bf8f to your computer and use it in GitHub Desktop.
Save NotKyon/7fa996019758ae220e1ba61a5b60bf8f to your computer and use it in GitHub Desktop.
How to compile programs on macOS Catalina
clang++ -isysroot `xcrun --show-sdk-path` -o blah.out blah.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment