Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Jul 11, 2024
1 parent 01e02a8 commit 857dcf1
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@
"iphonesimulator": [
"arm64",
"x86_64"
]
],
},
"build_params": {
"base": [
"--parallel",
"--use_xcode",
"--build_apple_framework",
"--minimal_build=extended",
"--disable_rtti",
"--disable_ml_ops",
"--disable_exceptions",
"--enable_reduced_operator_type_support",
"--use_coreml",
"--use_xnnpack",
"--skip_tests",
"--cmake_extra_defines=onnxruntime_BUILD_UNIT_TESTS=OFF"
],
"macosx": [
"--macos=MacOSX",
"--apple_deploy_target=11.0"
],
"iphoneos": [
"--ios",
"--apple_deploy_target=13.0"
Expand Down

0 comments on commit 857dcf1

Please sign in to comment.