Created
April 30, 2015 15:15
-
-
Save hnsl/a7db34a70839ca4bbf9a to your computer and use it in GitHub Desktop.
LLVM cmake
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
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