Fix Hammer Sim

This commit is contained in:
abejgonzalez
2020-08-19 23:42:41 -07:00
parent 9087b58cf0
commit e77e610ee4

3
vcs.mk
View File

@@ -14,8 +14,7 @@ RESET_DELAY ?= 777.7
#----------------------------------------------------------------------------------------
# gcc configuration/optimization
#----------------------------------------------------------------------------------------
# -flto slows down compilation on small-memory and breaks on firesim-manager
CXX_OPT_FLAGS := -O3 -fbranch-probabilities -march=native
CXX_OPT_FLAGS := -O3
VCS_CXXFLAGS = \
$(CXXFLAGS) \