mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 19:19:32 +03:00
Fix "--enable-code-coverage" debug build
When --enable-code-coverage is provided it should not result in NDEBUG being defined. This is controlled by --enable-debug. Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #6674
This commit is contained in:
parent
3790bfa80f
commit
6897ea475f
@ -124,7 +124,7 @@ AC_DEFUN([AX_CODE_COVERAGE],[
|
|||||||
|
|
||||||
dnl Build the code coverage flags
|
dnl Build the code coverage flags
|
||||||
dnl Define CODE_COVERAGE_LDFLAGS for backwards compatibility
|
dnl Define CODE_COVERAGE_LDFLAGS for backwards compatibility
|
||||||
CODE_COVERAGE_CPPFLAGS="-DNDEBUG"
|
CODE_COVERAGE_CPPFLAGS=""
|
||||||
CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
|
CODE_COVERAGE_CFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
|
||||||
CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
|
CODE_COVERAGE_CXXFLAGS="-O0 -g -fprofile-arcs -ftest-coverage"
|
||||||
CODE_COVERAGE_LIBS="-lgcov"
|
CODE_COVERAGE_LIBS="-lgcov"
|
||||||
|
Loading…
Reference in New Issue
Block a user