Skip to content

Instantly share code, notes, and snippets.

@hnsl
Created April 30, 2015 15:15
Show Gist options
  • Save hnsl/a7db34a70839ca4bbf9a to your computer and use it in GitHub Desktop.
Save hnsl/a7db34a70839ca4bbf9a to your computer and use it in GitHub Desktop.
LLVM cmake
cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DLLVM_ENABLE_ASSERTIONS:BOOL=ON -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python2 -DCMAKE_INSTALL_PREFIX:PATH=/usr ../llvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment