2
0
mirror of https://github.com/openvswitch/ovs synced 2025-10-27 15:18:06 +00:00
Files
openvswitch/README-gcov

19 lines
407 B
Plaintext
Raw Normal View History

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.