I need the static build on Linux but the default script generated the shared lib. If I comment the --build_shared_lib line those files disappear but there's still no static build. I think I'm missing a stupid detail here but I couldn't find how to get the libonnxruntime.a file.
I need the static build on Linux but the default script generated the shared lib. If I comment the
--build_shared_lib
line those files disappear but there's still no static build. I think I'm missing a stupid detail here but I couldn't find how to get thelibonnxruntime.a
file.Thanks in advance!