We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6773bf commit b2da2a1Copy full SHA for b2da2a1
src/libprofiler_builtins/build.rs
@@ -72,6 +72,7 @@ fn main() {
72
cfg.file(root.join("lib").join("profile").join(src));
73
}
74
75
+ cfg.include(root.join("include"));
76
cfg.warnings(false);
77
cfg.compile("profiler-rt");
78
0 commit comments