flake.nix: ensure llvm profile outputs end up in output

This commit is contained in:
2026-06-11 16:57:47 +09:00
parent e33c1b65e2
commit d3e4b35b73
+2
View File
@@ -45,6 +45,8 @@
env = {
CC = "clang";
CXX = "clang++";
CMOCKA_MESSAGE_OUTPUT = "STANDARD";
LLVM_PROFILE_FILE = "output/prof/wamf-%p-%m.profraw";
};
};