mirror of https://github.com/XS-MLVP/xcomm.git
cmake: set build-type be relase
This commit is contained in:
parent
0f728eac56
commit
c46bd5feeb
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
.DEFAULT_GOAL = rbuild
|
||||
|
||||
build:
|
||||
cmake . -Bbuild
|
||||
cmake . -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||
cd build && make -j`nproc`
|
||||
|
||||
install: clean build
|
||||
|
|
|
@ -4,6 +4,7 @@ build-backend = "scikit_build_core.build"
|
|||
|
||||
[tool.scikit-build]
|
||||
sdist.include = [".git"]
|
||||
cmake.build-type = "Release"
|
||||
|
||||
[project]
|
||||
name = "xspcomm"
|
||||
|
|
Loading…
Reference in New Issue