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] Default symbol visibility to hidden for all targets #4545

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

ghuau-innopeak
Copy link
Contributor

Taichi can be used by external applications that has conflicting
dependencies such as ImGui or Vulkan. In order to avoid any conflicts or
nasty bugs, enforce the visibility to 'hidden' by default so only the
public API is exported.

This moves the config to the global property instead of the per target
property

Taichi can be used by external applications that has conflicting
dependencies such as ImGui or Vulkan. In order to avoid any conflicts or
nasty bugs, enforce the visibility to 'hidden' by default so only the
public API is exported.

This moves the config to the global property instead of the per target
property
@ghuau-innopeak ghuau-innopeak requested a review from k-ye March 16, 2022 00:25
@netlify
Copy link

netlify bot commented Mar 16, 2022

✔️ Deploy Preview for docsite-preview canceled.

🔨 Explore the source changes: 816bf7c

🔍 Inspect the deploy log: https://app.netlify.com/sites/docsite-preview/deploys/62312e83e251b700098ca471

Copy link
Member

@k-ye k-ye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! It's great to see the linker map finally gone :-)

@k-ye k-ye requested a review from qiao-bo March 16, 2022 02:20
Copy link
Contributor

@qiao-bo qiao-bo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks. +1 for linker map goes.

@qiao-bo qiao-bo merged commit 3a3415b into taichi-dev:master Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants