Switch back to release with debug info

This commit is contained in:
Felix Suchert 2023-10-30 09:18:59 +01:00
parent a2b9735c24
commit 412255ea04
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 4 additions and 4 deletions

View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1698288402, "lastModified": 1698434055,
"narHash": "sha256-jIIjApPdm+4yt8PglX8pUOexAdEiAax/DXW3S/Mb21E=", "narHash": "sha256-Phxi5mUKSoL7A0IYUiYtkI9e8NcGaaV5PJEaJApU1Ko=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "60b9db998f71ea49e1a9c41824d09aa274be1344", "rev": "1a3c95e3b23b3cdb26750621c08cc2f1560cb883",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -64,7 +64,7 @@
cmakeFlags = [ cmakeFlags = [
"-GNinja" "-GNinja"
# Debug for debug builds # Debug for debug builds
"-DCMAKE_BUILD_TYPE=Debug" "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
"-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"