mirror of
https://github.com/curl/curl.git
synced 2026-06-12 21:25:37 +03:00
cleanup
This commit is contained in:
parent
0484e9b05f
commit
7e5079bd51
1 changed files with 0 additions and 1 deletions
|
|
@ -318,7 +318,6 @@ if(CURL_CODE_COVERAGE)
|
|||
set(CURL_COVERAGE_CFLAGS "-O0" "-g" "-fprofile-arcs")
|
||||
if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 4.1)
|
||||
list(APPEND CURL_COVERAGE_CFLAGS "--coverage")
|
||||
set(CURL_COVERAGE_LDFLAGS "--coverage")
|
||||
else()
|
||||
list(APPEND CURL_COVERAGE_CFLAGS "-ftest-coverage")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue