Created
May 24, 2016 02:53
-
-
Save luginbash/12d62a0933d8dca253a8f43d63ca745f to your computer and use it in GitHub Desktop.
gcc flags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-O3 | |
-std=c++14 | |
-stdlib=libc++ | |
-lc++abi | |
-Wall | |
-Werror | |
-pthreads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment