Skip to content

Commit

Permalink
Require c++14
Browse files Browse the repository at this point in the history
  • Loading branch information
brofield authored May 13, 2023
1 parent 9467460 commit 7350fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX?=g++
CXXFLAGS+=-Wall -std=c++11 `pkg-config --cflags gtest_main`
CXXFLAGS+=-Wall -std=c++14 `pkg-config --cflags gtest_main`
LDFLAGS+=`pkg-config --libs gtest_main`

OBJS=ts-roundtrip.o ts-snippets.o ts-utf8.o ts-bugfix.o ts-quotes.o ts-noconvert.o
Expand Down

0 comments on commit 7350fcc

Please sign in to comment.