Skip to content

Remove flag as no undefined symbols found while building for wasm #335

New issue

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

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

Already on GitHub? # to your account

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

anutosh491
Copy link
Collaborator

@anutosh491 anutosh491 commented Oct 23, 2024

As done in emscripten-forge/recipes#1385 there are no undefined symbols coming out of a wasm build for cppinterop and hence this flag (EMCC_CFLAGS='-sERROR_ON_UNDEFINED_SYMBOLS=0') is redundant.

Copy link

codecov bot commented Oct 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.27%. Comparing base (757e7e8) to head (4999064).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #335   +/-   ##
=======================================
  Coverage   74.27%   74.27%           
=======================================
  Files           8        8           
  Lines        3188     3188           
=======================================
  Hits         2368     2368           
  Misses        820      820           

Copy link
Contributor

@vgvassilev vgvassilev left a comment

Choose a reason for hiding this comment

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

Lgtm!

@anutosh491
Copy link
Collaborator Author

Lgtm!

Thanks. Should be ready.

@vgvassilev vgvassilev merged commit 920347b into compiler-research:main Oct 24, 2024
57 checks passed
@anutosh491 anutosh491 deleted the remove_flag branch October 24, 2024 10:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants