-
Notifications
You must be signed in to change notification settings - Fork 0
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
Document missing build steps #409
Comments
This is fixed as of #400. |
We were thinking about adding runtime checks for this in #404, so we can also point users to the right |
It might be a good idea to runtime checks for this as well. |
The names of |
|
In integrating IA2 into zlib I uncovered a number of build steps that aren't currently covered in the docs. We'll need to update the docs to include the following:
partition-alloc
needs to be included in the final containerized build, and the--wrap=malloc
linker args need to be added.LIBIA2_X86_64
orLIBIA2_ARM64
defines need to be set for the containerized build.pad-tls
on any shared objects that use TLS. We probably also want to document how to determine if a.so
uses TLS.The text was updated successfully, but these errors were encountered: