Closed SkBlaz closed 1 year ago
This PR includes:
Cargo.toml
profile.release
build.sh
RUSTFLAGS
jemallocator
The subsequent PR will be aimed at having a logging framework so the currently removed logs can be obtained, should the need arise.
This PR includes:
Cargo.toml
containing --release build config that appears to offer fast and small binariesprofile.release
with explicit flags suitable for optimized binaries (lto does not seem to help btw)build.sh
that enables simpler experimentation with a given set ofRUSTFLAGS
(documented in this file how to switch the flags if necessary)jemallocator
for more consistent memory allocation - usefulness of this is a bit hardware dependent thoughThe subsequent PR will be aimed at having a logging framework so the currently removed logs can be obtained, should the need arise.