From 0848c8731dc79a0fc595791f48992faa05f48444 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 21 Mar 2022 12:09:49 +0100 Subject: [PATCH] disable pgo by default since it requires pty --- foot.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foot.spec b/foot.spec index 82b0312..d1a83ce 100644 --- a/foot.spec +++ b/foot.spec @@ -1,6 +1,6 @@ # # Conditional build: -%bcond_without pgo # disable profile guided optimizations +%bcond_with pgo # disable profile guided optimizations Summary: A fast, lightweight and minimalistic Wayland terminal emulator Name: foot -- 2.44.0