From 2bdaf3d7e0a35c9a75176d7aa7de7757b4d87668 Mon Sep 17 00:00:00 2001 From: "Nat Kershaw (MSFT)" Date: Mon, 26 Feb 2024 17:19:46 -0800 Subject: [PATCH] Update config for ONNX Runtime Windows build --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1fb16afcc..ed14f488e 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ This step requires `cmake` to be installed. On Windows ```cmd - build.bat --build_shared_lib --skip_tests --parallel [--use_cuda] + build.bat --config RelWithDebInfo --build_shared_lib --skip_tests --parallel [--use_cuda] copy include\onnxruntime\core\session\onnxruntime_c_api.h $ORT_HOME\include - copy build\Windows\Debug\Debug\*.dll $ORT_HOME\lib + copy build\Windows\RelWithDebInfo\RelWithDebInfo\*.dll $ORT_HOME\lib ``` On Linux