Skip to content

Commit

Permalink
[infra/onert] Revert turn off external warning (#14468)
Browse files Browse the repository at this point in the history
This commit reverts turn off external build warning.
It turns off not only external build warning but also internal build warning.

ONE-DCO-1.0-Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
  • Loading branch information
hseok-oh authored Dec 17, 2024
1 parent 3a47f89 commit 913cfa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infra/nnfw/cmake/CfgOptionFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ include("cmake/options/options_${TARGET_PLATFORM}.cmake" OPTIONAL)
# Default build configuration for project
#
option(ENABLE_STRICT_BUILD "Treat warning as error" ON)
option(DISABLE_EXTERNAL_WARNING "Disable warnings from external libraries compile" ON)
option(ENABLE_COVERAGE "Build for coverage test" OFF)

#
Expand Down

0 comments on commit 913cfa9

Please sign in to comment.