Skip to content

Commit 91e3c34

Browse files
committed
Enable optimization in meson.build
1 parent a1204f0 commit 91e3c34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ project('amast', 'c',
2929
default_options : [
3030
'c_std=c99',
3131
'warning_level=3',
32-
'buildtype=debug',
32+
'buildtype=release',
3333
'werror=true',
34-
#'b_lto=true',
34+
'b_lto=true',
3535
'default_library=static',
3636
'b_sanitize=address,undefined'
3737
],

0 commit comments

Comments
 (0)