mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
meson: Add no-omit-frame-pointer to clutter debug builds
This will help us getting better stacktraces and sysprof integration. https://gitlab.gnome.org/GNOME/mutter/merge_requests/601
This commit is contained in:
parent
4887de533c
commit
0786683189
@ -14,7 +14,8 @@ clutter_c_args = [
|
|||||||
clutter_debug_c_args = []
|
clutter_debug_c_args = []
|
||||||
if get_option('debug')
|
if get_option('debug')
|
||||||
clutter_debug_c_args += [
|
clutter_debug_c_args += [
|
||||||
'-DCLUTTER_ENABLE_DEBUG'
|
'-DCLUTTER_ENABLE_DEBUG',
|
||||||
|
'-fno-omit-frame-pointer'
|
||||||
]
|
]
|
||||||
elif buildtype != 'plain'
|
elif buildtype != 'plain'
|
||||||
clutter_debug_c_args += [
|
clutter_debug_c_args += [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user