fixme: disable stripping due to bitcode files

This commit is contained in:
robert-yates
2024-11-23 18:26:01 +01:00
parent b5e348680f
commit 3262dd6889

View File

@@ -315,6 +315,8 @@ function(momo_strip_target target)
endif()
if(NOT MSVC)
# TODO: detect LLVM IR bitcode and abort
return()
if(NOT DEFINED STRIP_COMMAND)
set(STRIP_COMMAND strip)
endif()