From 02a2567c81785bfb33bab6a0f5d07edb6b3e4b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire?= Date: Wed, 22 Jan 2025 11:08:45 -0500 Subject: [PATCH] Enable opti on Microsoft.ML.OnnxRuntime with RelWithDebInfo config --- .../Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj index 63131d05c03d5..b9155e748f324 100644 --- a/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj +++ b/csharp/src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj @@ -127,6 +127,11 @@ $(OrtConstants);__ENABLE_TRAINING_APIS__ + + + true + +