Is it on purpose that the combination of both '--x86' and 'msvc_toolset' impossible? #9290
Unanswered
cr-orkunst
asked this question in
Other Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm pretty new with onnxruntime, so please be nice :)
I'm having problems adjusting the build parameters and make them work as I would expect.
Environment details:
Following the instructions here, I'm trying to build onnxruntime.dll for 32-bit, using the following command: "build.bat --config Release --x86 --build_shared_lib --parallel --msvc_toolset 14.16"
According to "onnxruntime/tools/ci_build/build.py" (master and rel-1.9.1), if the '--x86' parameter is passed, the '--msvc_toolset' parameter is ignored:
What am I missing? Is there a reason not to use both parameters at the same build?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions