undo the damage done by Karl

This commit is contained in:
Felix Suchert 2023-10-27 08:20:40 +02:00
parent 6f09cea3fe
commit a2b9735c24
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -67,8 +67,8 @@
"-DCMAKE_BUILD_TYPE=Debug" "-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" #"-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"