diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-19 06:35:09 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-19 06:35:09 +0000 |
commit | 49aeb514a6fe9d96cb8478163b066d3ba5d269a9 (patch) | |
tree | dfd012d65e95a25882f1e2acd7f974a2eb284836 /Changelog-Trunk.txt | |
parent | ac908e937abd27784ce0251fe6568351bdd5403a (diff) | |
download | hercules-49aeb514a6fe9d96cb8478163b066d3ba5d269a9.tar.gz hercules-49aeb514a6fe9d96cb8478163b066d3ba5d269a9.tar.bz2 hercules-49aeb514a6fe9d96cb8478163b066d3ba5d269a9.tar.xz hercules-49aeb514a6fe9d96cb8478163b066d3ba5d269a9.zip |
* CMake: added option ENABLE_EXTRA_DEBUG_CODE.
* CMake: added option ENABLE_PROFILER.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14915 54d463be-8e91-2dee-dedb-b68131a5f0ec
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. |