We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197ea6a commit ad2db6dCopy full SHA for ad2db6d
1 file changed
tools/cmake/preset/esp_baremetal.cmake
@@ -10,7 +10,7 @@ set_overridable_option(EXECUTORCH_BUILD_EXTENSION_DATA_LOADER OFF)
10
set_overridable_option(EXECUTORCH_BUILD_KERNELS_QUANTIZED ON)
11
set_overridable_option(EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL ON)
12
set_overridable_option(EXECUTORCH_ENABLE_LOGGING ON)
13
-define_overridable_option(EXECUTORCH_ENABLE_EVENT_TRACER "Enable event tracer support" OFF BOOL)
+define_overridable_option(EXECUTORCH_ENABLE_EVENT_TRACER "Enable event tracer support" BOOL OFF)
14
15
if(EXECUTORCH_ENABLE_EVENT_TRACER)
16
set(EXECUTORCH_BUILD_DEVTOOLS ON)
0 commit comments