3 Oct
2008
3 Oct
'08
4:32 p.m.
I want to only build both debug and release statically linked binaries. What are the build options to build just these on windows, linux and mac? To clarify, binaries which would link directly inside my executable (the libs that won't need any dll or so). On windows I am using /MT in my projects, so the libs should also statically link to msvc runtime. When using --build-type=complete it generates 5GB of binaries, which for 32-bit and 64-bit on windows, mac and linux together ends up taking a lot more space than I can afford.