diff --git a/meson.build b/meson.build index 72d44ad..9862211 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,5 @@ project('gamemode', 'c', + default_options : ['c_std=c11'], version : '0.2', license : 'BSD' ) cc = meson.get_compiler('c')