• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionfb68c99d71cbb47fdad61ca8cad7865fae966b78 (tree)
Time2015-12-05 07:43:49
AuthorPavel Rojtberg <rojtberg@gmai...>
CommiterPavel Rojtberg

Log Message

default to system allocator instead of nedalloc

fixes #161 fixes OGRE-507

Change Summary

Incremental Difference

diff -r b8953c9d62b5 -r fb68c99d71cb CMakeLists.txt
--- a/CMakeLists.txt Tue Dec 01 23:30:48 2015 +0100
+++ b/CMakeLists.txt Fri Dec 04 23:43:49 2015 +0100
@@ -408,7 +408,7 @@
408408 # WinRT can only use the standard allocator
409409 set(OGRE_CONFIG_ALLOCATOR 1 CACHE STRING "Forcing Standard Allocator for WinRT" FORCE)
410410 else ()
411-set(OGRE_CONFIG_ALLOCATOR 4 CACHE STRING
411+set(OGRE_CONFIG_ALLOCATOR 1 CACHE STRING
412412 "Specify the memory allocator to use. Possible values:
413413 1 - Standard allocator
414414 2 - nedmalloc