zig build verbose

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-09-06 10:50:52 +02:00 committed by GitHub
parent f48bc1326e
commit c1677eed55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ fn generate_object_file(bitcode_path: &Path, zig_object: &str, object_file_name:
run_command(
&bitcode_path,
&zig_executable(),
&["build", zig_object, "-Drelease=true"],
&["build", zig_object, "-Drelease=true", "--verbose"],
0,
);