config fix
This commit is contained in:
parent
de5c16e601
commit
7701fff969
@ -46,7 +46,7 @@ rule build_stgpath:
|
||||
output:
|
||||
directory("bins/target_stgpath")
|
||||
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:
|
||||
output:
|
||||
@ -83,7 +83,7 @@ rule build_stgpath_int:
|
||||
output:
|
||||
directory("bins/target_stgpath_int")
|
||||
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:
|
||||
output:
|
||||
|
Loading…
x
Reference in New Issue
Block a user