Skip to content

Instantly share code, notes, and snippets.

@dennycd
Created June 29, 2013 09:11
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save dennycd/5890475 to your computer and use it in GitHub Desktop.
Save dennycd/5890475 to your computer and use it in GitHub Desktop.
Compile boost library with c++11 language and std support
./b2 toolset=clang cxxflags="-stdlib=libc++ -std=c++11" linkflags="-stdlib=libc++ -std=c++11"
@liberforce
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment