Skip to content

Commit 1389a32

Browse files
Change gen_docs.py to use Release build
Debug build was used previsouly to accelerate the build, but due to growth of device section, debug build takes longer than the release build.
1 parent d1b4d27 commit 1389a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_docs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(
4646
sys.executable,
4747
"setup.py",
4848
"develop",
49-
"--build-type=Debug",
49+
"--build-type=Release",
5050
"--generator=Ninja",
5151
"--",
5252
"-DCMAKE_C_COMPILER:PATH=" + c_compiler,

0 commit comments

Comments
 (0)