Skip to content

Commit 0953a51

Browse files
committed
Update plugdata, make release build
1 parent 54f1832 commit 0953a51

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

build.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
cmake_build = [
8585
"cmake",
8686
"--build", str(build_dir),
87-
"--target", target
87+
"--target", target,
88+
"--config Release"
8889
]
8990
print(f"Building target: {target}")
9091
result_build = subprocess.run(cmake_build, cwd=plugdata_dir)

0 commit comments

Comments
 (0)