Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ba05f42

Browse files
committed
Remove compile options -fprofile-arcs -ftest-coverage
1 parent e39222e commit ba05f42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Microsoft.WindowsAzure.Storage/src/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ if(UNIX OR WIN32)
6464
)
6565
endif()
6666

67-
if ("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
68-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fprofile-arcs -ftest-coverage")
69-
endif()
7067
if (APPLE)
7168
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${WARNINGS}")
7269
else()

0 commit comments

Comments
 (0)