mirror of
https://github.com/hyprwm/Hyprland.git
synced 2024-10-30 05:51:44 +00:00
Meson: add rdynamic ld flag
This commit is contained in:
parent
2ba5238b8e
commit
0624455591
@ -3,6 +3,7 @@ src = globber.stdout().strip().split('\n')
|
||||
|
||||
executable('Hyprland', src,
|
||||
cpp_args: ['-DWLR_USE_UNSTABLE'],
|
||||
link_args: '-rdynamic',
|
||||
dependencies: [
|
||||
server_protos,
|
||||
dependency('wayland-server'),
|
||||
|
Loading…
Reference in New Issue
Block a user