summaryrefslogtreecommitdiff
path: root/README-gcov
blob: 2fe9f3a7cfe119ecad934d895349a82254a144be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Building with gcov support
==========================

The Open vSwitch "configure" script supports the following
code-coverage related options:

  --disable-coverage
  --enable-coverage=no

    Do not build with gcov code coverage support.

    This is the default if no coverage option is passed to
    "configure".

  --enable-coverage
  --enable-coverage=yes

    Build with gcov code coverage support.