Skip to content

Commit

Permalink
Switch simulators to C++17. (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 committed Dec 15, 2022
1 parent 8e851b0 commit 858ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sims/common-sim-flags.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SIM_OPT_CXXFLAGS := -O3
SIM_CXXFLAGS = \
$(CXXFLAGS) \
$(SIM_OPT_CXXFLAGS) \
-std=c++11 \
-std=c++17 \
-I$(RISCV)/include \
-I$(dramsim_dir) \
-I$(build_dir) \
Expand Down

0 comments on commit 858ca32

Please sign in to comment.