Skip to content

Instantly share code, notes, and snippets.

@mengdiwang
Created February 26, 2014 03:29
Show Gist options
  • Save mengdiwang/9223031 to your computer and use it in GitHub Desktop.
Save mengdiwang/9223031 to your computer and use it in GitHub Desktop.
configure and make llvm for cloud9
./configure --enable-optimized --enable-assertions --enable-expensive-checks
CXXFLAGS+="-fexceptions" make -j3
@protikabiswas
Copy link

hmm

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