Browse Source

Set meson C language to C11

	This'll allow for C11 Atomics
Marc Di Luzio 7 years ago
parent
commit
47b76f1496
1 changed files with 1 additions and 0 deletions
  1. 1 0
      meson.build

+ 1 - 0
meson.build

@@ -1,4 +1,5 @@
 project('gamemode', 'c',
+	default_options : ['c_std=c11'],
 	version : '0.2',
 	license : 'BSD' )
 cc = meson.get_compiler('c')