diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-16 20:16:31 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-05-16 20:16:31 +0200 |
commit | 2840e3b4047fd0987095fb17ecbb154def019a2d (patch) | |
tree | 11f6004f9a5f480ff710a3662c48ff342f8d320a | |
parent | 1395a966d7de7375efad53f6dbbe709a22c307d5 (diff) |
Use C++14
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e67dad1..ad99046 100644 --- a/configure.ac +++ b/configure.ac @@ -48,6 +48,7 @@ if (test "$QT_UIC" = ""); then AC_MSG_ERROR([QT5 uic is required.]) fi CXXFLAGS="$CXXFLAGS -fPIC" +CXXFLAGS="$CXXFLAGS -std=c++14" dnl ====================== dnl Check for libao |