mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-25 11:56:30 +00:00
debugging it is
This commit is contained in:
parent
3b82fef780
commit
6f09cea3fe
1 changed files with 3 additions and 2 deletions
|
@ -64,10 +64,11 @@
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-GNinja"
|
"-GNinja"
|
||||||
# Debug for debug builds
|
# Debug for debug builds
|
||||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
"-DCMAKE_BUILD_TYPE=Debug"
|
||||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||||
# from the original LLVM expr
|
# from the original LLVM expr
|
||||||
"-DLLVM_LINK_LLVM_DYLIB=ON"
|
#"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||||
|
"-DBUILD_SHARED_LIBS=ON"
|
||||||
# inst will be our installation prefix
|
# inst will be our installation prefix
|
||||||
#"-DCMAKE_INSTALL_PREFIX=../inst"
|
#"-DCMAKE_INSTALL_PREFIX=../inst"
|
||||||
# "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
# "-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON"
|
||||||
|
|
Loading…
Reference in a new issue