Default to -O2 for Verilator itself, for 20%+

This commit is contained in:
Wilson Snyder 2017-09-17 23:25:20 -04:00
parent 63361fc56e
commit 103b956581
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ TGT = ../../verilator_bin
#################
ifeq ($(VL_DEBUG),)
# Optimize
COPT = -O
COPT = -O2
else
# Debug
COPT = -ggdb -DVL_DEBUG