From 2ab18d3286f5e1ea08cd86e234377b673245ec15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 9 Jun 2026 13:29:13 +0200 Subject: [PATCH] examples: Update COPTFLAGS in make.conf We've been using -O2 for about fifteen years. Reported by: Jan Stary MFC after: 1 week --- share/examples/etc/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 61bc132bad5..c771805b95a 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -106,7 +106,7 @@ # There is very little to gain by using higher optimization levels, and doing # so can cause problems. # -#COPTFLAGS= -O -pipe +#COPTFLAGS= -O2 -pipe # # Compare before install. #INSTALL+= -C