Skip to content
Snippets Groups Projects
Commit fe068eca authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by Niklas Hambüchen
Browse files

mk: add support for passing LDFLAGS to libs and bins


autotools-based systems usually allow user to
append own LDFLAGS like
    LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
at ./configure stage

This change plumbs LDFLAGS through similar to existing CXXFLAGS variable.

Signed-off-by: default avatarSergei Trofimovich <siarheit@google.com>
parent 57daa860
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment