Skip to content

Commit db69d03

Browse files
authored
chore: disable more unused LIEF options (#65)
1 parent 7dcffa6 commit db69d03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ project(postject)
55

66
# Disable unnecessary LIEF options
77
option(LIEF_DOC "Build LIEF docs" OFF)
8+
option(LIEF_C_API "C API" OFF)
89
option(LIEF_PYTHON_API "Build LIEF Python API" OFF)
10+
option(LIEF_ENABLE_JSON "Enable JSON-related APIs" OFF)
911
option(LIEF_EXAMPLES "Build LIEF examples" OFF)
1012
option(LIEF_TESTS "Build LIEF tests" OFF)
1113
option(LIEF_ART "Build LIEF with ART module" OFF)

0 commit comments

Comments
 (0)