Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Build] Improved building on Windows #4925

Merged
merged 6 commits into from
May 10, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Removed TI_EXPORT_CORE option
PENGUINLIONG authored and taichi-gardener committed May 10, 2022
commit d2d43330700daf1715de709780b8ba53959393b7
1 change: 0 additions & 1 deletion cmake/TaichiCore.cmake
Original file line number Diff line number Diff line change
@@ -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.