From e77e610ee4920873b44398fb32e09dddcf30ebca Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 19 Aug 2020 23:42:41 -0700 Subject: [PATCH] Fix Hammer Sim --- vcs.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcs.mk b/vcs.mk index ef5761df..a282aa44 100644 --- a/vcs.mk +++ b/vcs.mk @@ -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) \