Date: Saturday, April 23, 2022 @ 18:15:16 Author: arojas Revision: 1187803
-ffat-lto-objects Modified: unittestpp/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-23 18:10:49 UTC (rev 1187802) +++ PKGBUILD 2022-04-23 18:15:16 UTC (rev 1187803) @@ -6,7 +6,7 @@ pkgname=unittestpp pkgver=2.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='Lightweight unit testing framework for C++' url='https://github.com/unittest-cpp/unittest-cpp/' arch=('x86_64') @@ -26,7 +26,7 @@ cd unittest-cpp-${pkgver}/build cmake .. \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" make all }
