source: PSPA/madxPSPA/cmake/buildtypeCoverage.cmake @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 425 bytes
Line 
1
2# Build type for Coverage checks:
3set(CMAKE_CXX_FLAGS_DEBUGCOVERAGE "${CMAKE_CXX_FLAGS_DEBUG} -Wall -fprofile-arcs -ftest-coverage")
4set(CMAKE_C_FLAGS_DEBUGCOVERAGE "${CMAKE_C_FLAGS_DEBUG} -Wall -fprofile-arcs -ftest-coverage")
5set(CMAKE_Fortran_FLAGS_DEBUGCOVERAGE "${CMAKE_Fortran_FLAGS_DEBUG} -Wall -fprofile-arcs -ftest-coverage")
6set(LINK_FLAGS_DEBUGCOVERAGE "${LINK_FLAGS_DEBUG} -Wall -fprofile-arcs -ftest-coverage")
Note: See TracBrowser for help on using the repository browser.