There was an error while loading. Please reload this page.
1 parent 49d4f4f commit daa55ffCopy full SHA for daa55ff
1 file changed
test/Makefile
@@ -22,7 +22,7 @@ dicts = $(addprefix cpp/,$(addsuffix Dict.so,$(dictnames)))
22
all : $(dicts)
23
24
PYTHON ?= python3
25
-cppflags= -Wall -std=c++20 -O3 -fPIC -I$(shell $(PYTHON) -c 'import sysconfig as sc; print(sc.get_config_var("INCLUDEPY"))') -Wno-register
+cppflags= -Wall -std=c++17 -O3 -fPIC -I$(shell $(PYTHON) -c 'import sysconfig as sc; print(sc.get_config_var("INCLUDEPY"))') -Wno-register
26
27
PLATFORM := $(shell uname -s)
28
ifeq ($(PLATFORM),Darwin)
0 commit comments