Skip to content

Commit

Permalink
DLIS-5208: onnxruntime+windows - stop treat warnings on compile as er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
mc-nv committed Aug 1, 2023
1 parent 47c2d66 commit 0cecbb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,9 @@ def onnxruntime_cmake_args(images, library_paths):
]
else:
if target_platform() == "windows":

cargs.append("--compile-no-warning-as-error"
)
if "base" in images:
cargs.append(
cmake_backend_arg(
Expand Down

0 comments on commit 0cecbb7

Please sign in to comment.