forked from NaxdyOrg/NaxGCC-FW
change(project): don't build with DEFMT_LOG in production
This commit is contained in:
parent
5e102fd14f
commit
b62f8f2d5c
1 changed files with 2 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue