File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,21 @@ mod plonky3;
7
7
#[ cfg( feature = "stwo" ) ]
8
8
mod stwo;
9
9
10
+ #[ cfg( any(
11
+ feature = "halo2" ,
12
+ feature = "estark-polygon" ,
13
+ feature = "estark-starky" ,
14
+ feature = "plonky3" ,
15
+ feature = "stwo"
16
+ ) ) ]
10
17
mod composite;
18
+ #[ cfg( any(
19
+ feature = "halo2" ,
20
+ feature = "estark-polygon" ,
21
+ feature = "estark-starky" ,
22
+ feature = "plonky3" ,
23
+ feature = "stwo"
24
+ ) ) ]
11
25
mod field_filter;
12
26
mod mock;
13
27
Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ pub fn asm_string_to_pil<T: FieldElement>(contents: &str) -> Analyzed<T> {
113
113
. clone ( )
114
114
}
115
115
116
+ #[ cfg( any( feature = "estark-starky" , feature = "halo2" , feature = "plonky3" ) ) ]
116
117
fn should_generate_proofs ( ) -> bool {
117
118
match env:: var ( "POWDR_GENERATE_PROOFS" ) {
118
119
Ok ( value) => match value. as_str ( ) {
You can’t perform that action at this time.
0 commit comments