On Mon, Dec 21, 2015 at 6:13 PM, Geordie Jay via swift-dev <
swift-dev@swift.org> wrote:

>     ./utils/build-script -R --no-assertions -b -p --extra-swift-args
> build-swift-static-stdlib=1
>

This option builds static archives of the standard library, not a standard
library that links in everything statically.

I would expect you would need to add some non-trival amount of CMake code
if you want to statically link ICU.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <griboz...@gmail.com>*/
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to