We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fe84a9 + ab2d5ee commit c50dff8Copy full SHA for c50dff8
2 files changed
.gitignore
@@ -7,6 +7,7 @@
7
/liblcf-*/
8
/tests/*.log
9
/tests/*.trs
10
+/time_stamp*
11
.deps/
12
.libs/
13
.dirstamp
Makefile.am
@@ -199,6 +199,7 @@ time_stamp_CPPFLAGS = \
199
-I$(srcdir)/src \
200
-I$(srcdir)/src/generated
201
time_stamp_CXXFLAGS = \
202
+ -std=c++11 \
203
$(EXPAT_CXXFLAGS) \
204
$(ICU_CXXFLAGS)
205
time_stamp_LDADD = \
0 commit comments