Skip to content

Commit

Permalink
Removed TI_EXPORT_CORE option
Browse files Browse the repository at this point in the history
  • Loading branch information
PENGUINLIONG authored and taichi-gardener committed May 10, 2022
1 parent bc70fd3 commit d2d4333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/TaichiCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ option(TI_WITH_CC "Build with the C backend" ON)
option(TI_WITH_VULKAN "Build with the Vulkan backend" OFF)
option(TI_WITH_DX11 "Build with the DX11 backend" OFF)
option(TI_EMSCRIPTENED "Build using emscripten" OFF)
option(TI_EXPORT_CORE "Export Taichi core library for AOT runtime" OFF)

# Force symbols to be 'hidden' by default so nothing is exported from the Taichi
# library including the third-party dependencies.
Expand Down

0 comments on commit d2d4333

Please sign in to comment.