Skip to content

Commit ea5bac5

Browse files
committed
xxx
1 parent cf706ee commit ea5bac5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/capi/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,11 @@ target_link_libraries(
2727
>
2828
)
2929

30+
message(WARNING "CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS}")
31+
message(WARNING "LDFLAGS ${LDFLAGS}")
32+
3033
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
31-
set(LDFLAGS "${LDFLAGS} ${CMAKE_C_FLAGS_DEBUG}")
34+
AppendFlags(LDFLAGS "${LDFLAGS} ${CMAKE_C_FLAGS_DEBUG}")
3235
endif()
3336

3437
if (ENABLE_ASAN)

0 commit comments

Comments
 (0)