diff options
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 011e2a136..82a7c6a12 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -10,6 +10,8 @@ Date Added * Changed itemtype from inline to static inline to avoid error with the SunOS compiler. * CMake: added option ENABLE_MEMMGR. (builtin memory manager) * CMake: added option ENABLE_MEMORY. (memory library) + * CMake: added option ENABLE_EXTRA_DEBUG_CODE. + * CMake: added option ENABLE_PROFILER. 2011/07/15 * Changed the warning message of when setrlimit fails to be more explicit. [FlavioJS] * CMake: added tests for big endian, typecast to union and monotonic clock. |