diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 50073cf..fbb1906 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('librin', 'c', license : 'LGPL2.1', - default_options : 'c_std=gnu89') + default_options : ['c_std=gnu89', 'buildtype=release']) inc = include_directories('include') |