mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
fixme: disable stripping due to bitcode files
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user