diff options
author | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:53:32 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-12-13 00:53:32 +0100 |
commit | f3a6357efd80178a3955d08c7da668f333b66536 (patch) | |
tree | 32ab75da7aa1c24f5e8dfba0f0232027726411f5 /wayland/wlroots/build | |
parent | 979e2d864fb942db992e05dee6b86ca2c3569b8c (diff) | |
download | repository-f3a6357efd80178a3955d08c7da668f333b66536.tar.gz |
wlroots: bump to 0.16.0
Diffstat (limited to 'wayland/wlroots/build')
-rwxr-xr-x | wayland/wlroots/build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index 5b6e34ad..8a00a92a 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -4,6 +4,7 @@ export DESTDIR="$1" cl-meson \ --default-library=both \ + -Db_lto=true \ -Dexamples=false \ -Dxwayland=enabled \ -Dbackends=drm,libinput,x11 \ |