Date: Friday, March 4, 2022 @ 21:34:52 Author: anatolik Revision: 1141888
upgpkg: tarantool 2.9.0-3: FS#74021 Enable LTO Modified: tarantool/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-04 21:33:39 UTC (rev 1141887) +++ PKGBUILD 2022-03-04 21:34:52 UTC (rev 1141888) @@ -2,7 +2,7 @@ pkgname=tarantool pkgver=2.9.0 -pkgrel=2 +pkgrel=3 pkgdesc='Lua application server integrated with a database management system' arch=(x86_64) url='https://www.tarantool.org' @@ -55,6 +55,9 @@ git submodule sync git submodule update + git cherry-pick -n badf030ecb4633647a423de73e26acffd8619c1e # core: add x* memory allocation functions + git cherry-pick -n 8662fb740d5d4b246d2dc178a285eea0abb804ef # Move xmalloc to trivia/util.h + git cherry-pick -n bba7a2fadd2203ef8c837331ae0bd1dc4040b8bc # build: fix build with glibc-2.34 } build() { @@ -71,6 +74,7 @@ -DENABLE_BACKTRACE:BOOL=ON \ -DWITH_SYSTEMD:BOOL=ON \ -DENABLE_DIST:BOOL=ON \ + -DENABLE_LTO:BOOL=ON \ . make }
