We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9584ab commit 0268dedCopy full SHA for 0268ded
make/config.mk
@@ -50,7 +50,7 @@ LIBJVM=$(JAVA_HOME)/jre/lib/amd64/server
50
# whether to test with coverage measurement or not. (only used for `make cover`)
51
# measured with gcov and html report generated with lcov if it is installed.
52
# this disables optimization to ensure coverage information is correct
53
-TEST_COVER = 1
+TEST_COVER = 0
54
55
# path to gtest library (only used when $BUILD_TEST=1)
56
# there should be an include path in $GTEST_PATH/include and library in $GTEST_PATH/lib
0 commit comments