Add gcc flag for c++11 standard.

[GB.FORM.HTMLVIEW]
* BUG: Add gcc flag for c++11 standard.
This commit is contained in:
gambas 2021-10-28 02:08:31 +02:00
parent 459a434b52
commit 5c8b49b601

View file

@ -7,7 +7,7 @@ gblib_LTLIBRARIES = gb.form.htmlview.la
gb_form_htmlview_la_LIBADD =
gb_form_htmlview_la_LDFLAGS = -module @LD_FLAGS@
gb_form_htmlview_la_CXXFLAGS = -I$(top_srcdir)/share $(AM_CXX_FLAGS)
gb_form_htmlview_la_CXXFLAGS = -I$(top_srcdir)/share $(AM_CXX_FLAGS) -std=c++11
gb_form_htmlview_la_CPPFLAGS =
gb_form_htmlview_la_SOURCES = \