Revision | fb68c99d71cbb47fdad61ca8cad7865fae966b78 (tree) |
---|---|
Time | 2015-12-05 07:43:49 |
Author | Pavel Rojtberg <rojtberg@gmai...> |
Commiter | Pavel Rojtberg |
default to system allocator instead of nedalloc
fixes #161 fixes OGRE-507
@@ -408,7 +408,7 @@ | ||
408 | 408 | # WinRT can only use the standard allocator |
409 | 409 | set(OGRE_CONFIG_ALLOCATOR 1 CACHE STRING "Forcing Standard Allocator for WinRT" FORCE) |
410 | 410 | else () |
411 | -set(OGRE_CONFIG_ALLOCATOR 4 CACHE STRING | |
411 | +set(OGRE_CONFIG_ALLOCATOR 1 CACHE STRING | |
412 | 412 | "Specify the memory allocator to use. Possible values: |
413 | 413 | 1 - Standard allocator |
414 | 414 | 2 - nedmalloc |