mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-25 03:46:31 +00:00
Switch back to release with debug info
This commit is contained in:
parent
a2b9735c24
commit
412255ea04
2 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1698288402,
|
||||
"narHash": "sha256-jIIjApPdm+4yt8PglX8pUOexAdEiAax/DXW3S/Mb21E=",
|
||||
"lastModified": 1698434055,
|
||||
"narHash": "sha256-Phxi5mUKSoL7A0IYUiYtkI9e8NcGaaV5PJEaJApU1Ko=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "60b9db998f71ea49e1a9c41824d09aa274be1344",
|
||||
"rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
cmakeFlags = [
|
||||
"-GNinja"
|
||||
# Debug for debug builds
|
||||
"-DCMAKE_BUILD_TYPE=Debug"
|
||||
"-DCMAKE_BUILD_TYPE=RelWithDebInfo"
|
||||
"-DCMAKE_EXPORT_COMPILE_COMMANDS=ON"
|
||||
# from the original LLVM expr
|
||||
"-DLLVM_LINK_LLVM_DYLIB=ON"
|
||||
|
|
Loading…
Reference in a new issue