mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
add mulodi function (using tor's example) as it is missing in llvm when using m32 on 64 hosts... also tweak a default config flag and enhance some of our ldflags and cflags - having mulodi allows us to finally use flto!
This commit is contained in:
@@ -78,3 +78,7 @@ target_link_libraries(LogServer
|
||||
unicodeArchive
|
||||
${CMAKE_DL_LIBS}
|
||||
)
|
||||
|
||||
if(${BUILD_MULODI_LIB})
|
||||
target_link_libraries(LogServer mulodi)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user