Stop removing -Wall from CFLAGS
Review Request #2946 — Created Jan. 31, 2024 and submitted — Latest diff uploaded
We really shouldn't override what the user has set externally. While it's true
that-Wall
is set inDEBUG_CFLAGS
later, dropping it fromCFLAGS
breaks
Perl detection somehow. Instead of going through the work to figure out how to
fix that, just stop modifyingCFLAGS
from the beginning.
Compiled on Rawhide with the attached patch.