mirror of
https://github.com/verilator/verilator.git
synced 2026-09-03 16:28:53 +02:00
Build verilator_bin with -O3 (#3592)
This is consistently a few percent faster.
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ ifeq ($(VL_NOOPT),1)
|
||||
CPPFLAGS += -O0
|
||||
else ifeq ($(VL_DEBUG),)
|
||||
# Optimize
|
||||
CPPFLAGS += -O2
|
||||
CPPFLAGS += -O3
|
||||
else
|
||||
# Debug
|
||||
CPPFLAGS += @CFG_CXXFLAGS_DEBUG@ -DVL_DEBUG -D_GLIBCXX_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user