Skip to content

Commit eb81a2c

Browse files
committed
xxx
1 parent 8b614e3 commit eb81a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/capi/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ target_link_libraries(
2727
>
2828
)
2929

30-
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
31-
AppendFlags(LDFLAGS ${CMAKE_C_FLAGS_DEBUG})
32-
endif()
30+
# if (CMAKE_BUILD_TYPE STREQUAL "Debug")
31+
# AppendFlags(LDFLAGS ${CMAKE_C_FLAGS_DEBUG})
32+
# endif()
3333

3434
if (ENABLE_ASAN)
3535
AppendFlags(LDFLAGS -fsanitize=address)

0 commit comments

Comments
 (0)