mirror of
https://github.com/google/liblc3.git
synced 2026-06-02 18:07:02 +00:00
meson: Set buildtype to release by default
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ project('lc3', 'c',
|
||||
version: '1.0.4',
|
||||
license: 'Apache-2.0',
|
||||
meson_version: '>= 0.48.0',
|
||||
default_options: ['b_lto=true'])
|
||||
default_options: ['buildtype=release', 'b_lto=true'])
|
||||
|
||||
cc = meson.get_compiler('c')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user