Skip to content

Commit f3f2227

Browse files
committed
[vcpkg-ci-nanobind] Remove Py_DEBUG
This is now handled in Python's vcpkg-cmake-wrapper.
1 parent 5587177 commit f3f2227

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

scripts/test_ports/vcpkg-ci-nanobind/portfile.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,6 @@ vcpkg_from_github(
1515
HEAD_REF master
1616
)
1717

18-
# This is needed to correctly build/link against a debug build of Python on
19-
# Windows
20-
string(APPEND VCPKG_CXX_FLAGS_DEBUG " -DPy_DEBUG")
21-
string(APPEND VCPKG_C_FLAGS_DEBUG " -DPy_DEBUG")
22-
2318
vcpkg_cmake_configure(SOURCE_PATH "${SOURCE_PATH}")
2419

2520
vcpkg_cmake_build()

scripts/test_ports/vcpkg-ci-nanobind/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vcpkg-ci-nanobind",
3-
"version": "0.0.1",
3+
"version-date": "2025-04-03",
44
"description": "A nanobind example project",
55
"homepage": "https://nanobind.readthedocs.io/en/latest/",
66
"license": "BSD-3-Clause",

0 commit comments

Comments
 (0)