mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
meson: remove useless if statement
Just always pass the boolean option.
This commit is contained in:
@ -122,9 +122,7 @@ if get_option('libunwind')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Development build setup
|
# Development build setup
|
||||||
if get_option('development')
|
config_h.set10('DEVELOPMENT_BUILD', get_option('development'))
|
||||||
config_h.set10('DEVELOPMENT_BUILD', true)
|
|
||||||
endif
|
|
||||||
|
|
||||||
has_use_clockid = cc.has_member('struct perf_event_attr',
|
has_use_clockid = cc.has_member('struct perf_event_attr',
|
||||||
'use_clockid',
|
'use_clockid',
|
||||||
|
|||||||
Reference in New Issue
Block a user