[android] Disable STRICT_BUILD (#7900)
author이한종/On-Device Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 2 Oct 2019 04:29:35 +0000 (13:29 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Wed, 2 Oct 2019 04:29:35 +0000 (13:29 +0900)
Disable STRICT_BUILD to suppress warnings from ARMComputeEx.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
infra/nnfw/cmake/options/options_arm64-android.cmake

index b47f4a5..67147c3 100644 (file)
@@ -12,3 +12,5 @@ option(BUILD_NNPACKAGE_RUN "Build nnpackge_run" OFF)
 option(BUILD_TFLITE_RUN "Build tflite-run" OFF)
 option(BUILD_TFLITE_LOADER_TEST_TOOL "Build tflite loader testing tool" OFF)
 option(BUILD_LOGGING "Build logging runtime" OFF)
+
+option(ENABLE_STRICT_BUILD "Treat warning as error" OFF)