meson: remove useless if statement

Just always pass the boolean option.
This commit is contained in:
Tristan Partin
2023-07-28 14:06:22 -05:00
parent ba2f3b23c6
commit bdd6ea8165

View File

@ -122,9 +122,7 @@ if get_option('libunwind')
endif
# Development build setup
if get_option('development')
config_h.set10('DEVELOPMENT_BUILD', true)
endif
config_h.set10('DEVELOPMENT_BUILD', get_option('development'))
has_use_clockid = cc.has_member('struct perf_event_attr',
'use_clockid',