We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3985ae7 commit ea69326Copy full SHA for ea69326
Makefile
@@ -91,7 +91,7 @@ all: top-all
91
YOSYS_SRC := $(dir $(firstword $(MAKEFILE_LIST)))
92
VPATH := $(YOSYS_SRC)
93
94
-CXXSTD ?= c++11
+CXXSTD ?= c++17
95
CXXFLAGS := $(CXXFLAGS) -Wall -Wextra -ggdb -I. -I"$(YOSYS_SRC)" -MD -MP -D_YOSYS_ -fPIC -I$(PREFIX)/include
96
LIBS := $(LIBS) -lstdc++ -lm
97
PLUGIN_LINKFLAGS :=
0 commit comments