onnxruntime
cd552e1b - Add build.py option for disabling memleak checker

Commit
4 years ago
Add build.py option for disabling memleak checker The memleak checker used by default in Debug configuration does not play nice with embedding static lib of ONNXRuntime into binaries, because other code will not be using the same debug heap, leading to trouble. This makes it easier for outside builders to disable it for their build.
Author
Committer
Changming Sun
Parents
Loading