HomeFreeBSD

textproc/jade: remove non-functional deoptimization

Description

textproc/jade: remove non-functional deoptimization

Long ago, this code was added to disable -O2 optimizations and
presumably remove -mcpu flags to avoid miscompilation. Somewhere along
the line it stopped working and code is being compiled with -O2 by
default and proably with -mcpu flags if set. The only place this seems
to be used is when checking if the compiler works early in configure.

Discovered on CheriBSD where removing -m* removed created an invalid
command line with two -Xclang flags in a row.

Reviewed by: cy
Sponsored by: DARPA
Differential Revision: https://reviews.freebsd.org/D43072

Details

Provenance
brooksAuthored on Dec 18 2023, 7:14 PM
Reviewer
cy
Differential Revision
D43072: textproc/jade: remove non-functional deoptimization
Parents
R11:a2aef21762c6: science/opensph: update 0.4.0 → 0.4.1
Branches
Unknown
Tags
Unknown