shines77 / jemalloc-win32

jemalloc — general purpose memory allocation functions, can be compiled on the windows.
MIT License
45 stars 16 forks source link

VS2015 minor fixes #6

Closed rustyx closed 8 years ago

rustyx commented 8 years ago

The most important fix is with Release-Static which now works and targets the static C runtime (/MT option).

rustyx commented 8 years ago

No longer needed since jemalloc project supports VS2015 natively