Skip to content

Commit 085dcf6

Browse files
committed
refactor: change optimization level from debug to release in Verilator command
1 parent bbcf59f commit 085dcf6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/steps/mill/01_verilator_verilog_event.step.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async def handler(input_data: dict, ctx: FlowContext) -> None:
7878

7979
command += "--disable-annotation-unknown "
8080
command += "--strip-debug-info "
81-
command += "-O=debug "
81+
command += "-O=release "
8282
command += f"--split-verilog -o={build_dir} "
8383

8484
result = stream_run_logger(

0 commit comments

Comments
 (0)