-
-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
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
[Feature] Make clog optional #304
Comments
@decahedron1 Apparently, P.S. Your speed of fixing these issues is absurd, and very much appreciated, thanks! |
Weird, for me (Windows x64, ONNX Runtime 1.19.2) re2 isn't compiled when unit tests are disabled, but ONNX Runtime still depends on a few symbols, causing undefined symbol errors if I make the re2 link optional. Compiling with |
You're right, running I'm on linux, compiling
It does seem like an upstream issue. I'll open an issue there. |
When building onnxruntime with the flag
--cmake_extra_defines=onnxruntime_BUILD_UNIT_TESTS=OFF
,ort-sys
building fails with the following error:The reason you might want to do that is because it drastically speeds up compilation times when tests aren't compiled.
The text was updated successfully, but these errors were encountered: