change(project): don't build with DEFMT_LOG in production

This commit is contained in:
Naxdy 2024-04-03 14:33:47 +02:00
parent 5e102fd14f
commit b62f8f2d5c
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -78,7 +78,8 @@
"--target=${CARGO_BUILD_TARGET}"
];
DEFMT_LOG = "warn";
# if a tree falls in the forest and no one is around to hear it, does it make a sound?
DEFMT_LOG = "off";
};
devShells.default = pkgs.mkShell {