Speed up rust build just a little (#220)
This commit is contained in:
parent
a6be00db3d
commit
b3291f9bf1
|
@ -48,7 +48,7 @@ fn main() {
|
||||||
// Ensure libckzg exists in `OUT_DIR`
|
// Ensure libckzg exists in `OUT_DIR`
|
||||||
Command::new("make")
|
Command::new("make")
|
||||||
.current_dir(root_dir.join("src"))
|
.current_dir(root_dir.join("src"))
|
||||||
.arg("all")
|
.arg("c_kzg_4844.o")
|
||||||
.arg(format!(
|
.arg(format!(
|
||||||
"FIELD_ELEMENTS_PER_BLOB={}",
|
"FIELD_ELEMENTS_PER_BLOB={}",
|
||||||
field_elements_per_blob
|
field_elements_per_blob
|
||||||
|
|
Loading…
Reference in New Issue