Skip to content

Commit

Permalink
Further expanded heap space
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Jan 22, 2025
1 parent c580cfe commit c0fd17b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/YACMAPythonSetup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ function(YACMA_PYTHON_MODULE name)
if(_YACMA_PYTHON_MODULE_NEED_LINK)
target_link_libraries("${name}" PRIVATE ${PYTHON_LIBRARIES})
endif()
target_compile_options("${name}" PRIVATE /Zm2000)

endfunction()

# Mark as included.
Expand Down

0 comments on commit c0fd17b

Please # to comment.