We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b047b commit a12a005Copy full SHA for a12a005
backends/arm/CMakeLists.txt
@@ -12,6 +12,8 @@ if(NOT EXECUTORCH_ROOT)
12
set(EXECUTORCH_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../..)
13
endif()
14
15
+add_compile_options("-Wall" "-Werror")
16
+
17
include(${EXECUTORCH_ROOT}/tools/cmake/Utils.cmake)
18
19
set(_common_include_directories ${EXECUTORCH_ROOT}/.. ${EXECUTORCH_ROOT}/runtime/core/portable_type/c10)
examples/arm/CMakeLists.txt
@@ -29,6 +29,8 @@ endif()
29
30
set(_common_compile_options -Wno-deprecated-declarations -fPIC)
31
32
33
34
# Let files say "include <executorch/path/to/header.h>".
35
set(_common_include_directories ${EXECUTORCH_ROOT}/..)
36
0 commit comments