We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70549b6 commit 819ad59Copy full SHA for 819ad59
pipeline/src/test_util.rs
@@ -112,7 +112,7 @@ pub fn asm_string_to_pil<T: FieldElement>(contents: &str) -> Analyzed<T> {
112
.clone()
113
}
114
115
-#[cfg(feature = "estark-starky")]
+#[cfg(any(feature = "estark-starky", feature = "halo2", feature = "plonky3"))]
116
fn should_generate_proofs() -> bool {
117
match std::env::var("POWDR_GENERATE_PROOFS") {
118
Ok(value) => match value.as_str() {
0 commit comments