Remove extra CMODE flags

This commit is contained in:
abejgonzalez
2020-08-19 11:21:35 -07:00
parent d4af9e1660
commit de4e311dd3

View File

@@ -136,7 +136,7 @@ VERILATOR_NONCC_OPTS = \
# gcc configuration/optimization
#----------------------------------------------------------------------------------------
# -flto slows down compilation on small-memory and breaks on firesim-manager
CMODE := -O3 -fbranch-probabilities -march=native
CMODE := -O3
VERILATOR_CXXFLAGS = \
$(CXXFLAGS) \