Skip to content

Commit

Permalink
exexplicitly set -DCMAKE_BUILD_TYPE=Release for android to remove deb…
Browse files Browse the repository at this point in the history
…ug info
  • Loading branch information
rainyl committed Nov 2, 2024
1 parent 192a2d1 commit fe75579
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/opencv_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,15 @@ android {
"-DDARTCV_WITH_GAPI=OFF"
}
}

buildTypes {
release {
externalNativeBuild {
cmake {
arguments "-DCMAKE_BUILD_TYPE=Release"
}
}
}
}
}
}

0 comments on commit fe75579

Please sign in to comment.