diff --git a/meson.build b/meson.build index 8daab9c..f5573c0 100644 --- a/meson.build +++ b/meson.build @@ -4,6 +4,7 @@ project( version : '1.8.4', default_options : [ 'buildtype=release', + 'cpp_std=c++11', 'warning_level=1'], license : 'Public Domain', meson_version : '>= 0.41.1')