gcov option passed to GCC

This commit is contained in:
scorrea
2020-06-24 17:53:56 +02:00
parent 2e5483e122
commit 542a7d9f32

View File

@@ -20,7 +20,7 @@ build:
- rm -rf build
- mkdir -p build
- cd build
- cmake ../DRAMSys
- cmake -Wl,-fprofile-arcs,-ftest-coverage ../DRAMSys
- make -j16
- find . -name "*.o" -type f -delete
- rm -rf ${CI_PROJECT_DIR}/coverage