Skip to content

Commit

Permalink
Update esp32.toolchain.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
luxincn authored Jul 5, 2024
1 parent 5071760 commit d01bad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions toolchains/esp32.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY)

set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}" CACHE STRING "c flags")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}" CACHE STRING "c++ flags")

option(NCNN_BUILD_BENCHMARK "" OFF)

0 comments on commit d01bad5

Please sign in to comment.