diff options
Diffstat (limited to 'crates/arti/build.rs')
| -rw-r--r-- | crates/arti/build.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/arti/build.rs b/crates/arti/build.rs index 00e8d611d..aeb11b5dc 100644 --- a/crates/arti/build.rs +++ b/crates/arti/build.rs @@ -11,5 +11,9 @@ fn main() { // // (We don't want this to be a normal cargo feature because then it would be enabled // with --workspace --all-features, defeating the point.) + // + // NOTE: This was previously used by memquota which was behind a feature flag. Now that we + // always build arti with support for memquota, this is unused. But leaving it in place for now + // anyways in case we want it again in the future. println!(r#"cargo:rustc-check-cfg=cfg(arti_features_precise)"#); } |
