Skip to content

Commit daa55ff

Browse files
committed
Fix
1 parent 49d4f4f commit daa55ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dicts = $(addprefix cpp/,$(addsuffix Dict.so,$(dictnames)))
2222
all : $(dicts)
2323

2424
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
25+
cppflags= -Wall -std=c++17 -O3 -fPIC -I$(shell $(PYTHON) -c 'import sysconfig as sc; print(sc.get_config_var("INCLUDEPY"))') -Wno-register
2626

2727
PLATFORM := $(shell uname -s)
2828
ifeq ($(PLATFORM),Darwin)

0 commit comments

Comments
 (0)