From 767b925705ef685d37758844f0c1868f2cd3d868 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 25 Aug 2023 18:23:37 -0400 Subject: [PATCH] Build static binaries with link-time optimization enabled. --- .../files/poudriere.d/13amd64-default-framework-make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/poudriere/files/poudriere.d/13amd64-default-framework-make.conf b/ansible/roles/poudriere/files/poudriere.d/13amd64-default-framework-make.conf index a261c3f..fa9bfd6 100644 --- a/ansible/roles/poudriere/files/poudriere.d/13amd64-default-framework-make.conf +++ b/ansible/roles/poudriere/files/poudriere.d/13amd64-default-framework-make.conf @@ -10,4 +10,4 @@ CPUTYPE?=tigerlake OPTIMIZED_CFLAGS=YES BUILD_OPTIMIZED=YES WITH_CPUFLAGS=YES -BUILD_STATIC=YES +OPTIONS_SET+=STATIC LTO