Use gnu gold or clang lld linkers if available

This commit is contained in:
seelabs
2017-02-28 08:36:54 -05:00
parent 1e438f51c5
commit bb61b398a6
3 changed files with 32 additions and 4 deletions

View File

@@ -498,9 +498,6 @@ isDirectXrpToXrp<XRPAmount, XRPAmount> (Strand const& strand)
return (strand.size () == 2);
}
template
bool
isDirectXrpToXrp<XRPAmount, XRPAmount> (Strand const& strand);
template
bool
isDirectXrpToXrp<XRPAmount, IOUAmount> (Strand const& strand);