Skip to content

Commit 8bf2480

Browse files
authored
Merge pull request #6537 from tautschnig/gcc-opt-coverage
goto-cc/gcc command line: add option coverage
2 parents 73a1414 + 88057de commit 8bf2480

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/goto-cc/gcc_cmdline.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ const char *gcc_options_without_argument[]=
216216
"-EB",
217217
"-EL",
218218
"-fast", // Apple only
219+
"-coverage",
219220
nullptr
220221
};
221222
// clang-format on

0 commit comments

Comments
 (0)