We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
MAC
python3 $(Build.SourcesDirectory)/onnxruntime/tools/ci_build/build.py --config MinSizeRel --skip_tests --build_dir MacOS --osx_arch $(platform) --use_xcode --parallel --apple_deploy_target 11.0
Built library are big
The text was updated successfully, but these errors were encountered:
i see liboonxruntime_providers is causing most of it
Sorry, something went wrong.
Guessing all the debug symbols are still there and you might need to use strip to remove them.
strip
let me try that , but still overall size were not that big without striping in 1.14
You could use bloaty to investigate further (requires the symbols though).
Assuming it was due to debug symbols. Re-open if further investigation is needed.
No branches or pull requests
Describe the issue
a. libtool -static -o libabsl.a libabsl_*.a
b. libtool -static -o libonnxruntime_static.a libclog.a libcpuinfo.a libonnxruntime_optimizer.a libonnxruntime_util.a libonnxruntime_common.a libonnxruntime_flatbuffers.a libonnxruntime_framework.a libonnxruntime_graph.a libonnxruntime_mlas.a libonnxruntime_providers.a libflatbuffers.a libonnx.a libonnxruntime_session.a libonnx_proto.a libprotobuf-lite.a libre2.a libnsync_cpp.a libabsl.a
Urgency
No response
Target platform
MAC
Build script
python3$(Build.SourcesDirectory)/onnxruntime/tools/ci_build/build.py --config MinSizeRel --skip_tests --build_dir MacOS --osx_arch $ (platform) --use_xcode --parallel --apple_deploy_target 11.0
Error / output
Built library are big
Visual Studio Version
No response
GCC / Compiler Version
No response
The text was updated successfully, but these errors were encountered: