Skip to content

Commit 3af54d8

Browse files
Fixed gen_coverage.py to build debug build
1 parent 7eff62e commit 3af54d8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/gen_coverage.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ def run(
4747
sys.executable,
4848
"setup.py",
4949
"develop",
50+
"--build-type=Debug",
51+
"--generator=Ninja",
5052
"--",
51-
"-G",
52-
"Ninja",
53-
"-DCMAKE_BUILD_TYPE=Debug",
5453
"-DCMAKE_C_COMPILER:PATH=" + c_compiler,
5554
"-DCMAKE_CXX_COMPILER:PATH=" + cxx_compiler,
5655
"-DDPCTL_ENABLE_L0_PROGRAM_CREATION=" + ("ON" if level_zero else "OFF"),

0 commit comments

Comments
 (0)