Skip to content

Commit ea69326

Browse files
committed
move to c++17
1 parent 3985ae7 commit ea69326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ all: top-all
9191
YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST)))
9292
VPATH := $(YOSYS_SRC)
9393

94-
CXXSTD ?= c++11
94+
CXXSTD ?= c++17
9595
CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -I"$(YOSYS_SRC)" -MD -MP -D_YOSYS_ -fPIC -I$(PREFIX)/include
9696
LIBS := $(LIBS) -lstdc++ -lm
9797
PLUGIN_LINKFLAGS :=

0 commit comments

Comments
 (0)