Skip to content

Commit 382bee6

Browse files
committed
Fix bugs
Former-commit-id: d49279b
1 parent 9fa9907 commit 382bee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

command/build_android.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,9 @@ build() {
104104
-DANDROID_NATIVE_API_LEVEL=${NDK_API_LEVEL} \
105105
-DANDROID_STL=c++_static \
106106
-DMNN_BUILD_FOR_ANDROID_COMMAND=true \
107-
-DISF_BUILD_WITH_SAMPLE=ON \
108-
-DISF_BUILD_WITH_TEST=ON \
109-
-DISF_ENABLE_BENCHMARK=ON \
107+
-DISF_BUILD_WITH_SAMPLE=OFF \
108+
-DISF_BUILD_WITH_TEST=OFF \
109+
-DISF_ENABLE_BENCHMARK=OFF \
110110
-DISF_ENABLE_USE_LFW_DATA=OFF \
111111
-DISF_ENABLE_TEST_EVALUATION=OFF \
112112
-DISF_BUILD_SHARED_LIBS=ON \

0 commit comments

Comments
 (0)