wayfire: enable optimized binary

Recommended by upstream author to improve performance and lower CPU use.
This commit is contained in:
travankor 2021-02-18 22:22:31 -07:00 committed by Érico Nogueira Rolim
parent 197907f3d3
commit 051b05d418

View file

@ -1,7 +1,7 @@
# Template file for 'wayfire'
pkgname=wayfire
version=0.7.0
revision=1
revision=2
_utils_commit=f45641beef46babdc8f1b8d18a924e72beaf8ee6
_touch_commit=b1075c54a280f913edc26b9757262f4f9d6b62b0
build_style=meson
@ -20,6 +20,10 @@ checksum="b1a94ad2843db19e78cbd361ceebaade4507647ad893d5b5117a9fc7724ce41c
d172f8c21e0bac01e4116cd957fb0159c5cb39ddfdce897beb0d9c753796d5f1
2b22e03d3a522baeff5798f630ffe5aa95899fd3233b291527503af5fd3e30be"
# Optimization for nested STL calls
CXXFLAGS="-O3"
LDFLAGS="-Wl,-O1"
build_options="image"
build_options_default="image"
desc_option_image="Enable JPEG and PNG support"