Skip to content

Commit 4fd5386

Browse files
authored
Remove unneeded set(CMAKE_STRIP FALSE) (#525)
1 parent 5450a6a commit 4fd5386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/Interpreter/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
if(EMSCRIPTEN)
22
set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE)
3-
set(CMAKE_STRIP FALSE)
43
set(LLVM_LINK_COMPONENTS "")
54
else()
65
set(LLVM_LINK_COMPONENTS

0 commit comments

Comments
 (0)