Skip to content

Commit c47ce41

Browse files
authored
Disable new gdbinit
1 parent 90b1d2d commit c47ce41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ if(CONFIG_COMPILER_DUMP_RTL_FILES)
152152
list(APPEND compile_options "-fdump-rtl-expand")
153153
endif()
154154

155-
idf_build_set_property(GDBINIT_FILES_PREFIX_MAP "${BUILD_DIR}/gdbinit/prefix_map")
156-
file(MAKE_DIRECTORY "${BUILD_DIR}/gdbinit")
157-
file(WRITE "${BUILD_DIR}/gdbinit/prefix_map" "")
155+
# idf_build_set_property(GDBINIT_FILES_PREFIX_MAP "${BUILD_DIR}/gdbinit/prefix_map")
156+
# file(MAKE_DIRECTORY "${BUILD_DIR}/gdbinit")
157+
# file(WRITE "${BUILD_DIR}/gdbinit/prefix_map" "")
158158

159159
if(NOT ${CMAKE_C_COMPILER_VERSION} VERSION_LESS 8.0.0)
160160
if(CONFIG_COMPILER_HIDE_PATHS_MACROS)

0 commit comments

Comments
 (0)