-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Warnings while building shared library through cmake #23361
Comments
If I see the link.txt I see quite some things that won't be required including (-z,defs and -soname)
I guess I am just looking for the Any help to figure out how I could clean this up would be really great. |
I believe those flags are all coming from the llvm build system, nothing to do with emscripten per-say. |
Oops okay, I didn't realize it would work that way ! So we build Still not sure how the flags are being propagated into CppInterOp's build here but yeah I might have to educate myself here. |
Using emsdk 3.1.45
I am trying to build a shared lib for a the cppinterop library.
The cmake goes like this
The first 4 lines are inspired by this comment on how to build shared libs through cmake (#15276 (comment) )
Now while building it I see the following warnings/errors (the build is succesful and i can make use of it though)
The text was updated successfully, but these errors were encountered: