Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Disable 3rdparty/jemalloc build on Windows and Edge builds
Browse files Browse the repository at this point in the history
  • Loading branch information
leezu committed Dec 20, 2019
1 parent 7e99250 commit cbec100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ else()
option(USE_OPERATOR_TUNING "Enable auto-tuning of operators" OFF)
endif()
option(USE_GPERFTOOLS "Build with GPerfTools support" OFF)
option(USE_JEMALLOC "Build with Jemalloc support" ON)
cmake_dependent_option(USE_JEMALLOC "Build with Jemalloc support" ON "NOT MSVC;NOT CMAKE_CROSSCOMPILING" OFF)
option(USE_DIST_KVSTORE "Build with DIST_KVSTORE support" OFF)
option(USE_PLUGINS_WARPCTC "Use WARPCTC Plugins" OFF)
option(USE_PLUGIN_CAFFE "Use Caffe Plugin" OFF)
Expand Down

0 comments on commit cbec100

Please sign in to comment.