Enable NDEBUG via Meson built-in option
This commit is contained in:
@@ -4,6 +4,7 @@ project('scrcpy', 'c',
|
||||
default_options: [
|
||||
'c_std=c11',
|
||||
'warning_level=2',
|
||||
'b_ndebug=if-release',
|
||||
])
|
||||
|
||||
if get_option('compile_app')
|
||||
|
||||
Reference in New Issue
Block a user