We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9133a commit e2c35a0Copy full SHA for e2c35a0
hw/verilated/Makefile
@@ -17,7 +17,7 @@ VERILATOR = verilator
17
VERILATED_DIR := $(dir $(realpath $(lastword $(MAKEFILE_LIST))))
18
CALIPTRA_RTL_DIR := $(realpath $(VERILATED_DIR)../1.0/rtl)
19
20
-CFLAGS := -std=c++11 -fno-exceptions -fPIC
+CFLAGS := -std=c++14 -fno-exceptions -fPIC
21
VERILATOR_MAKE_FLAGS = OPT_FAST="-Os"
22
23
VERILATOR_CFLAGS = $(shell pkg-config --cflags verilator)
0 commit comments