You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now if we want to compile binaries respecting LDFLAGS we either need to patch out the empty assignment in the Makefile or pass it as an argument to make.
I see that it was added in 2011 in commit c26f025 as an option to respect the system LDFLAGS.
My question is, why not?
Can it just be like CC (makefile gets the default and allows for changing it)?
The text was updated successfully, but these errors were encountered:
Right now if we want to compile binaries respecting
LDFLAGS
we either need to patch out the empty assignment in theMakefile
or pass it as an argument to make.I see that it was added in 2011 in commit c26f025 as an option to respect the system LDFLAGS.
My question is, why not?
Can it just be like
CC
(makefile gets the default and allows for changing it)?The text was updated successfully, but these errors were encountered: