diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-09 11:29:13 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2026-06-09 11:33:01 +0000 |
| commit | 2ab18d3286f5e1ea08cd86e234377b673245ec15 (patch) | |
| tree | 76df215365073aeee8d9d6bc283c251c7c9c3414 | |
| parent | 2934783fa80de2854d9527ae11db85c47ac65a91 (diff) | |
examples: Update COPTFLAGS in make.conf
We've been using -O2 for about fifteen years.
Reported by: Jan Stary <hans@stare.cz>
MFC after: 1 week
| -rw-r--r-- | share/examples/etc/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 61bc132bad57..c771805b95a6 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 |
