Closed reidpr closed 8 months ago
We’ve had duplicate flags in $CC invocations for a long time, I think since the introduction of Autotools in PR 589.
$CC
This is because ch_run_CFLAGS is additional flags, which I didn’t realize. This PR removes the duplication.
ch_run_CFLAGS
We also state $CFLAGS in configure and remove an unused variable there.
$CFLAGS
configure
We’ve had duplicate flags in
$CC
invocations for a long time, I think since the introduction of Autotools in PR 589.This is because
ch_run_CFLAGS
is additional flags, which I didn’t realize. This PR removes the duplication.We also state
$CFLAGS
inconfigure
and remove an unused variable there.