Skip to content

Commit

Permalink
Merge pull request #834 from pbdot/ec-issue-770
Browse files Browse the repository at this point in the history
Adding mimalloc
  • Loading branch information
pbdot authored Jan 13, 2025
2 parents e3dc16c + 038ab25 commit d50329a
Show file tree
Hide file tree
Showing 54 changed files with 20,565 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ if (EMSCRIPTEN)
include("${CMAKE_SOURCE_DIR}/cmake/Emscripten.cmake")
endif()

if (WIN32)
add_definitions(-D_WIN32_WINNT=0x601)
endif()

if (MSVC)

# Disable RTTI
Expand Down
1 change: 1 addition & 0 deletions libraries/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ add_subdirectory(prns)
add_subdirectory(stb)
if (NOT EMSCRIPTEN)
add_subdirectory(thread)
add_subdirectory(mimalloc)
endif()
add_subdirectory(tracy)
add_subdirectory(xxHash)
Loading

0 comments on commit d50329a

Please sign in to comment.