[arch-commits] Commit in nauty/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Dec 24 14:26:01 UTC 2021
Date: Friday, December 24, 2021 @ 14:26:01
Author: arojas
Revision: 1083394
Use -ffat-lto-objects for static libs
Modified:
nauty/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 14:21:17 UTC (rev 1083393)
+++ PKGBUILD 2021-12-24 14:26:01 UTC (rev 1083394)
@@ -14,7 +14,7 @@
build() {
cd nauty$pkgver
- export CFLAGS+=' -fPIC'
+ export CFLAGS+=' -fPIC -ffat-lto-objects'
./configure --enable-generic
make
}
More information about the arch-commits
mailing list