Skip to content

Commit

Permalink
Remove redundant flags
Browse files Browse the repository at this point in the history
  • Loading branch information
faheel committed May 14, 2018
1 parent 76b684c commit 3e6c91c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/Findcodecov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ option(ENABLE_COVERAGE "Enable coverage build." OFF)

set(COVERAGE_FLAG_CANDIDATES
# gcc and clang
"-O0 -g -fprofile-arcs -ftest-coverage"
"-fprofile-arcs -ftest-coverage"

# gcc and clang fallback
"-O0 -g --coverage"
"--coverage"
)


Expand Down

0 comments on commit 3e6c91c

Please sign in to comment.