Skip to content

Commit 123fca0

Browse files
authored
Remove flag since is unsupported in macos and msvc
1 parent 092ea99 commit 123fca0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cutter-plugin/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ add_library(jsdec_cutter MODULE
1717
JSDecDecompiler.cpp
1818
)
1919

20-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wl,--exclude-libs,ALL")
21-
2220
find_library(libjsdec NAMES jsdec PATHS "${JSDEC_BUILD_DIR}")
2321
include_directories("../include")
2422

0 commit comments

Comments
 (0)