mirror of
https://github.com/oxen-io/lokinet
synced 2023-12-14 06:53:00 +01:00
missing branch on option
This commit is contained in:
parent
c8c9222b01
commit
3ca50b3619
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ if(NOT MSVC_VERSION)
|
|||
add_compile_options(-fno-ident -Wa,-mbig-obj)
|
||||
link_libraries( -lws2_32 -lshlwapi -ldbghelp -luser32 -liphlpapi -lpsapi -luserenv )
|
||||
add_definitions(-DWINVER=0x0500 -D_WIN32_WINNT=0x0500)
|
||||
if (CMAKE_C_COMPILER_AR)
|
||||
if (CMAKE_C_COMPILER_AR AND STATIC_LINK_RUNTIME)
|
||||
add_compile_options(-flto)
|
||||
set(CMAKE_AR ${CMAKE_C_COMPILER_AR})
|
||||
set(CMAKE_C_ARCHIVE_CREATE "<CMAKE_AR> qcs <TARGET> <LINK_FLAGS> <OBJECTS>")
|
||||
|
|
Loading…
Reference in a new issue