Skip to content

Commit

Permalink
add manifold debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Wardman committed Nov 27, 2024
1 parent 43bbc47 commit 73b499f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ports/manifold/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ vcpkg_cmake_configure(
-DMANIFOLD_CBIND=ON
-DMANIFOLD_PYBIND=OFF
-DMANIFOLD_JSBIND=OFF
OPTIONS_RELEASE
-DMANIFOLD_DEBUG=OFF
OPTIONS_DEBUG
-DMANIFOLD_DEBUG=ON
)

vcpkg_cmake_install()
Expand Down

0 comments on commit 73b499f

Please sign in to comment.