Skip to content

Commit 2fd9f62

Browse files
author
Francisco de la Peña
committed
Add C++ to time_stamp test (fixes #177)
1 parent 1bc9e7e commit 2fd9f62

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ time_stamp_CPPFLAGS = \
199199
-I$(srcdir)/src \
200200
-I$(srcdir)/src/generated
201201
time_stamp_CXXFLAGS = \
202+
-std=c++11 \
202203
$(EXPAT_CXXFLAGS) \
203204
$(ICU_CXXFLAGS)
204205
time_stamp_LDADD = \

0 commit comments

Comments
 (0)