Skip to content

Commit

Permalink
disable unused LIEF options
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed May 26, 2024
1 parent 6feebcd commit 6c664af
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ option(LIEF_PYTHON_API "Build LIEF Python API" OFF)
option(LIEF_ENABLE_JSON "Enable JSON-related APIs" OFF)
option(LIEF_EXAMPLES "Build LIEF examples" OFF)
option(LIEF_TESTS "Build LIEF tests" OFF)
option(LIEF_DEX "Enable DEX support" OFF)
option(LIEF_ART "Enable ART support" OFF)
option(LIEF_LOGGING "Enable logging" OFF)
option(LIEF_OAT "Enable OAT support" OFF)
option(LIEF_VDEX "Enable VDEX support" OFF)

if(MSVC)
set(LIEF_USE_CRT_RELEASE "MT" CACHE STRING "LIEF CRT option")
endif()
Expand Down

0 comments on commit 6c664af

Please sign in to comment.