autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How can I set a subproject to build as a static library by default


From: Victor Lavaud
Subject: Re: How can I set a subproject to build as a static library by default
Date: Mon, 20 Jan 2014 08:03:19 +0100

use project_CFLAGS="-Wl,-no_shared" and project_LDFLAGS="-static -no_shared"


2014/1/20 Steven Stewart-Gallus <address@hidden>

> I know I can use LT_INIT([static]) to build libraries in my project
> statically
> (by default) but how can I make subprojects build statically?
>
> _______________________________________________
> Autoconf mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/autoconf
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]