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 5a0c484 commit 3dfc419Copy full SHA for 3dfc419
kernels/test/CMakeLists.txt
@@ -19,6 +19,7 @@ include(${EXECUTORCH_ROOT}/build/Test.cmake)
19
20
set(_kernels portable optimized quantized)
21
add_compile_options(-frtti)
22
+add_compile_options(-fexceptions)
23
foreach(kernel ${_kernels})
24
set(_wrapper_dir
25
"${CMAKE_CURRENT_BINARY_DIR}/include/${kernel}/executorch/kernels/test"
0 commit comments