From de4e311dd341080202b43254750075abbe1a1dd6 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 19 Aug 2020 11:21:35 -0700 Subject: [PATCH] Remove extra CMODE flags --- sims/verilator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/verilator/Makefile b/sims/verilator/Makefile index 2cba66ab..f71f9de5 100644 --- a/sims/verilator/Makefile +++ b/sims/verilator/Makefile @@ -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) \