Build as C++11 on non-windows

This commit is contained in:
Thomas Goyne 2012-09-24 16:29:41 -07:00
parent fdeb661a79
commit 4500edef39
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ AS_IF([test x$enable_compiler_flags != xno], [
AC_CXX_FLAG([-fno-strict-aliasing])
AC_CXX_FLAG([-pipe])
AC_CXX_FLAG([-g])
AC_CXX_FLAG([-std=c++11])
AC_CXX_FLAG([-stdlib=libc++])
AC_LD_FLAG([-stdlib=libc++])