Skip to content

Commit c50dff8

Browse files
authored
Merge pull request #192 from fdelapena/issue_177
Add C++11 to time_stamp test
2 parents 4fe84a9 + ab2d5ee commit c50dff8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
/liblcf-*/
88
/tests/*.log
99
/tests/*.trs
10+
/time_stamp*
1011
.deps/
1112
.libs/
1213
.dirstamp

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)