Releases: AnyVM/cross-build-tooling
Releases · AnyVM/cross-build-tooling
v0.0.7
Version 0.0.7 Release Notes:
Switched cross build target to mips32 big endian for enhanced compatibility.
Transitioned from OpenSSL to LibreSSL for improved security and performance.
Fixed bugs and made stability enhancements.
We value your feedback and encourage you to share any issues or suggestions through our community forum or GitHub issue tracker.
Thank you for continuing to support our project. Stay tuned for more updates and improvements in the future!
v0.0.6
With this update, we've added build flags to static link the atomic library, making it an integral part of the project's build process, allowing for the production of fully static builds of the MoveUp VM
v0.0.5
This update includes a significant improvement to the performance and size of your binaries. With the latest release, debug symbols are now stripped from binaries produced by Cross Build Tooling. This means that binaries created with this version will be smaller and faster than previous versions.
v0.0.4
This release introduces static linking of crt and OpenSS libraries, which improves the portability and performance of the toolchain.
v0.0.3
- Fixes for the
OPENSSL_DIR
environment variable path to provide better support, robustness, and flexibility for building OpenSSL libraries.
- Addition of linker flags for atomic
v0.0.2
- Improved build process now uses the
OPENSSL_DIR
environment variable to automatically find OpenSSL during the build, and allows for more flexibility and ease of use.
v0.0.1
- Support for cross-building MoveUp Prover and Verifier binaries for the MIPS architecture.
- The Docker image has been bundled with OpenSSL v1.1.s.