Skip to content

Commit c058145

Browse files
committed
pls windoof
1 parent 15171ba commit c058145

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ def build_extension(self, ext: CMakeExtension) -> None:
5050
f"-DCMAKE_BUILD_TYPE=Release",
5151
]
5252

53-
build_args = []
53+
build_args = [
54+
"--config",
55+
"Release",
56+
]
5457

5558
subprocess.run(
5659
["cmake", "-S", str(ext.sourcedir), "-B", str(build_temp), *cmake_args], check=True

0 commit comments

Comments
 (0)