Skip to content

Commit dfd2de2

Browse files
committed
Remove -Os Verilator flag - was intended for compiler.
1 parent f93a1ce commit dfd2de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ VERILATOR_FLAGS += -cc --exe
4242
# Generate makefile dependencies (not shown as complicates the Makefile)
4343
#VERILATOR_FLAGS += -MMD
4444
# Optimize
45-
VERILATOR_FLAGS += -Os -x-assign 0
45+
VERILATOR_FLAGS += -x-assign 0
4646
# Warn abount lint issues; may not want this on less solid designs
4747
VERILATOR_FLAGS += -Wall
4848
# Make waveforms

0 commit comments

Comments
 (0)