Skip to content

Commit

Permalink
fix: disable onnxrutime debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Nov 29, 2024
1 parent 55ca480 commit 584864d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vcpkg-overlay/ports/maa-onnxruntime/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ vcpkg_cmake_configure(
OPTIONS_DEBUG
-Donnxruntime_ENABLE_MEMLEAK_CHECKER=OFF
-Donnxruntime_ENABLE_MEMORY_PROFILE=OFF
-Donnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=1
-Donnxruntime_DEBUG_NODE_INPUTS_OUTPUTS=OFF
MAYBE_UNUSED_VARIABLES
onnxruntime_BUILD_WEBASSEMBLY
onnxruntime_TENSORRT_PLACEHOLDER_BUILDER
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-overlay/ports/maa-onnxruntime/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maa-onnxruntime",
"version-semver": "1.19.2",
"port-version": 1,
"port-version": 2,
"description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator",
"homepage": "https://onnxruntime.ai/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "maa-meta",
"version": "2.6.6",
"version": "2.7.1",
"description": "meta manifest that tracks dependencies for MaaFramework",
"homepage": "https://github.com/MaaXYZ/MaaDeps",
"license": null,
Expand Down

0 comments on commit 584864d

Please sign in to comment.