mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-28 22:56:32 +00:00
disable MEMLEAK CHECKER for openvino
This commit is contained in:
parent
c296884fc3
commit
e8ed14bcb3
1 changed files with 1 additions and 1 deletions
|
|
@ -816,7 +816,7 @@ def generate_build_tree(cmake_path, source_dir, build_dir, cuda_home,
|
|||
cmake_args + [
|
||||
"-Donnxruntime_ENABLE_MEMLEAK_CHECKER="
|
||||
+ ("ON" if config.lower() == 'debug' and not args.use_tvm
|
||||
and not args.use_ngraph and
|
||||
and not args.use_ngraph and not args.use_openvino and
|
||||
not args.enable_msvc_static_runtime
|
||||
else "OFF"), "-DCMAKE_BUILD_TYPE={}".format(config)],
|
||||
cwd=config_build_dir)
|
||||
|
|
|
|||
Loading…
Reference in a new issue