File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ GMAKE = make mode=$(mode)
3636NAME := sqlparser
3737PARSER_CPP = $(SRCPARSER ) /bison_parser.cpp $(SRCPARSER ) /flex_lexer.cpp
3838PARSER_H = $(SRCPARSER ) /bison_parser.h $(SRCPARSER ) /flex_lexer.h
39- LIB_CFLAGS = -std=c++1z -Wall -Werror $(OPT_FLAG )
39+ LIB_CFLAGS = -std=c++11 -Wall -Werror $(OPT_FLAG )
4040
4141static ?= no
4242ifeq ($(static ) , yes)
@@ -120,7 +120,7 @@ $(BM_BUILD): $(BM_ALL) $(LIB_BUILD)
120120# ########### Test & Example ############
121121# #######################################
122122TEST_BUILD = $(BIN ) /tests
123- TEST_CFLAGS = -std=c++1z -Wall -Werror -Isrc/ -Itest/ -L./ $(OPT_FLAG )
123+ TEST_CFLAGS = -std=c++11 -Wall -Isrc/ -Itest/ -L./ $(OPT_FLAG )
124124TEST_CPP = $(shell find test/ -name '* .cpp')
125125TEST_ALL = $(shell find test/ -name '* .cpp') $(shell find test/ -name '* .h')
126126EXAMPLE_SRC = $(shell find example/ -name '* .cpp') $(shell find example/ -name '* .h')
You can’t perform that action at this time.
0 commit comments