This commit is contained in:
Green Sky 2024-03-16 16:43:45 +01:00
parent bde0f2c7c3
commit 01edf9e76e
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit e6f4f18f0019b72533ad430ca397f3c78f85e444 Subproject commit 7c28b232a46ebede9d6f09bc6eafb49bacfa99ea

View File

@ -56,8 +56,8 @@
] ++ self.packages.${system}.default.dlopenBuildInputs; ] ++ self.packages.${system}.default.dlopenBuildInputs;
cmakeFlags = [ cmakeFlags = [
"TOMATO_ASAN=1" "-DTOMATO_ASAN=OFF"
"CMAKE_BUILD_TYPE=RelWithDebInfo" "-DCMAKE_BUILD_TYPE=RelWithDebInfo"
]; ];
# TODO: replace with install command # TODO: replace with install command