We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf706ee commit ea5bac5Copy full SHA for ea5bac5
tests/capi/CMakeLists.txt
@@ -27,8 +27,11 @@ target_link_libraries(
27
>
28
)
29
30
+message(WARNING "CMAKE_EXE_LINKER_FLAGS ${CMAKE_EXE_LINKER_FLAGS}")
31
+message(WARNING "LDFLAGS ${LDFLAGS}")
32
+
33
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
- set(LDFLAGS "${LDFLAGS} ${CMAKE_C_FLAGS_DEBUG}")
34
+ AppendFlags(LDFLAGS "${LDFLAGS} ${CMAKE_C_FLAGS_DEBUG}")
35
endif()
36
37
if (ENABLE_ASAN)
0 commit comments