diff --git a/cpp_impl/Makefile b/cpp_impl/Makefile index 0e38582..3dc8b1e 100644 --- a/cpp_impl/Makefile +++ b/cpp_impl/Makefile @@ -1,4 +1,4 @@ -COMMON_FLAGS = -Wall -Wextra -Wpedantic +COMMON_FLAGS = -Wall -Wextra -Wpedantic -std=c++17 ifdef DEBUG CXXFLAGS = $(COMMON_FLAGS) -O0 -g else