Skip to content

Commit 3dbe477

Browse files
Fixed gen_docs.py to build debug build
1 parent 3af54d8 commit 3dbe477

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/gen_docs.py

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

0 commit comments

Comments
 (0)