Speed up rust build just a little (#220)

This commit is contained in:
Justin Traglia 2023-03-17 09:52:07 +00:00 committed by GitHub
parent a6be00db3d
commit b3291f9bf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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