config fix
This commit is contained in:
parent
de5c16e601
commit
7701fff969
@ -46,7 +46,7 @@ rule build_stgpath:
|
|||||||
output:
|
output:
|
||||||
directory("bins/target_stgpath")
|
directory("bins/target_stgpath")
|
||||||
shell:
|
shell:
|
||||||
"cargo build --target-dir {output} {def_flags},feed_stg_aggregatehash,sched_stg_aggregatehash,mutate_stg"
|
"cargo build --target-dir {output} {def_flags},feed_stg_abbhash,sched_stg_abbhash,mutate_stg"
|
||||||
|
|
||||||
rule build_showmap_int:
|
rule build_showmap_int:
|
||||||
output:
|
output:
|
||||||
@ -83,7 +83,7 @@ rule build_stgpath_int:
|
|||||||
output:
|
output:
|
||||||
directory("bins/target_stgpath_int")
|
directory("bins/target_stgpath_int")
|
||||||
shell:
|
shell:
|
||||||
"cargo build --target-dir {output} {def_flags},feed_stg_aggregatehash,sched_stg_aggregatehash,mutate_stg,fuzz_int"
|
"cargo build --target-dir {output} {def_flags},feed_stg_abbhash,sched_stg_abbhash,mutate_stg,fuzz_int"
|
||||||
|
|
||||||
rule build_feedgeneration1:
|
rule build_feedgeneration1:
|
||||||
output:
|
output:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user