mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 14:45:59 +01:00
Meson: add rdynamic ld flag
This commit is contained in:
parent
2ba5238b8e
commit
0624455591
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue