Skip to content

Commit 8742ddc

Browse files
committed
Remove debug build for release
1 parent 97bc828 commit 8742ddc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmake/icspacket-defs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if(WIN32 AND NOT DEFINED Python_LIBRARY)
2727
set(Python_VERSION_MINOR ${CMAKE_MATCH_2})
2828
set(Python_VERSION_PATCH ${CMAKE_MATCH_3})
2929

30-
set(DYNAMIC_PYTHON_LIB_FILENAME "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}_d.lib")
30+
set(DYNAMIC_PYTHON_LIB_FILENAME "python${Python_VERSION_MAJOR}${Python_VERSION_MINOR}.lib")
3131
set(EXPECTED_PYTHON_VERSION_DIR "C:/hostedtoolcache/windows/Python/${Python_VERSION}/x64/libs")
3232
set(Python_LIBRARY "${EXPECTED_PYTHON_VERSION_DIR}/${DYNAMIC_PYTHON_LIB_FILENAME}")
3333

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ GitHub = "https://github.com/MatrixEditor/icspacket"
5959
[tool.scikit-build.cmake]
6060
# NOTE: To enable extra debugging output at runtime you might also add
6161
# -DASN_EMIT_DEBUG=1 as a compile-time define.
62-
build-type = "Debug"
62+
# build-type = "Debug"
6363

6464
# --- Dynamic Version scheme
6565
[tool.scikit-build]

0 commit comments

Comments
 (0)