Displaying 2 results from an estimated 2 matches for "dcmake_cxx_create_static_librari".
Did you mean:
dcmake_cxx_create_static_library
2015 Jul 22
2
[LLVMdev] Using thin archives when building llvm
On 20 July 2015 at 10:53, Brad King <brad.king at kitware.com> wrote:
> On 07/20/2015 10:48 AM, Rafael EspĂndola wrote:
>>>> Setting CMAKE_CXX_CREATE_STATIC_LIBRARY works on OS X and linux, but
>>>> on windows I still see a call to "lld-link2 /lib..." when
>>>> CMAKE_CXX_CREATE_STATIC_LIBRARY is set to use llvm-lib.
>>
>> I was
2015 Jul 20
2
[LLVMdev] Using thin archives when building llvm
On 20 July 2015 at 09:00, Brad King <brad.king at kitware.com> wrote:
> On 07/17/2015 02:44 PM, Rafael EspĂndola wrote:
>> Setting CMAKE_CXX_CREATE_STATIC_LIBRARY works on OS X and linux, but
>> on windows I still see a call to "lld-link2 /lib..." when
>> CMAKE_CXX_CREATE_STATIC_LIBRARY is set to use llvm-lib.
>
> What CMake generator are you using on