Skip to content

Commit ff4fca3

Browse files
CMAKE_BUILD_TYPE = MinSizeRel
1 parent 790b17b commit ff4fca3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ android {
1111
// testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
1212
externalNativeBuild {
1313
cmake {
14-
//arguments "-DCMAKE_VERBOSE_MAKEFILE=ON"
15-
// arguments "-DCMAKE_FIND_ROOT_PATH=/home/vilius/unifiedSPB/pdf2htmlEX/3rdparty/built"
14+
arguments '-DCMAKE_BUILD_TYPE=MinSizeRel', '-DBUILD_3RDPARTY_BINARIES=OFF'
1615
}
1716
}
1817
}

0 commit comments

Comments
 (0)