From: Mikko Rasa Date: Thu, 30 Aug 2018 11:06:03 +0000 (+0300) Subject: Add support for statically linking the C++ standard library X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=bc85cc286c8a3f1055f1979a7ff8697cf1b61912;hp=bc85cc286c8a3f1055f1979a7ff8697cf1b61912;p=builder.git Add support for statically linking the C++ standard library It can be requested by setting the libmode for "stdc++" as STATIC. ---