[workspace] members = [ "core", "python", "wasm" ] [profile.release] incremental = true opt-level = 's' # Optimize for size lto = true # Enable link-time optimization codegen-units = 1 # Reduce number of codegen units to increase optimizations panic = 'abort' # Abort on panic strip = true # Strip symbols from binary*