verilator flag changes

This commit is contained in:
Eric Matthews 2019-09-16 12:22:32 -07:00
parent 162c360a66
commit bcf600831e

View file

@ -15,7 +15,7 @@ VERILATOR_DIR=$(TAIGA_DIR)/test_benches/verilator
TAIGA_SRCS = $(shell cat taiga_compile_order)
VERILATOR_LINT_IGNORE= -Wno-LITENDIAN -Wno-SYMRSVDWORD
VERILATOR_CFLAGS = -CFLAGS "-g0 -O3 -march=native -pipe -Wl,-flto" -LDFLAGS "-flto"
VERILATOR_CFLAGS = -CFLAGS "-g0 -O3 -march=native"
VERILATOR_TRACE_FILE="/data/sim-logs/sim_results.vcd"