Skip to content

Commit e0219f2

Browse files
committed
[lldb] Overwrite existing LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES
on apple-linux
1 parent 1aceee7 commit e0219f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/cmake/caches/Apple-lldb-Linux.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
include(${CMAKE_CURRENT_LIST_DIR}/Apple-lldb-base.cmake)
2-
set(LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES ON CACHE BOOL "")
2+
set(LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES ON CACHE BOOL "" FORCE)
33

44
set(LLVM_DISTRIBUTION_COMPONENTS
55
lldb

0 commit comments

Comments
 (0)