Skip to content

Commit 46e8b30

Browse files
avpfacebook-github-bot
authored andcommitted
Disable more features in asmjit CMake build
Summary: We're not using these, so don't build them. Reviewed By: neildhar Differential Revision: D69149030 fbshipit-source-id: 0bc4c6849c58aa24fabd3f083512d823c7365558
1 parent 289d302 commit 46e8b30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

external/asmjit/CMakeLists.txt

+4
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,9 @@ set(ASMJIT_NO_FOREIGN TRUE)
44
set(ASMJIT_NO_BUILDER TRUE)
55
set(ASMJIT_NO_COMPILER TRUE)
66
set(ASMJIT_NO_INSTALL TRUE)
7+
set(ASMJIT_NO_NATVIS TRUE)
8+
set(ASMJIT_NO_INSTROSPECTION TRUE)
9+
set(ASMJIT_NO_VALIDATION TRUE)
10+
set(ASMJIT_NO_DEPRECATED TRUE)
711

812
add_subdirectory(asmjit)

0 commit comments

Comments
 (0)