Skip to content

Commit

Permalink
[esp32] fix empty is_debug value when debug disabled (#18502)
Browse files Browse the repository at this point in the history
  • Loading branch information
gjc13 authored and pull[bot] committed Feb 26, 2024
1 parent 682b4e0 commit 2327592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/esp32/components/chip/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ if (NOT CMAKE_BUILD_EARLY_EXPANSION)
if (NOT CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE)
message(FATAL_ERROR "CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_DISABLE shall be set")
endif()
set(is_debug FALSE)
endif()
endif()

Expand Down

0 comments on commit 2327592

Please sign in to comment.