summaryrefslogtreecommitdiff
path: root/Changelog.txt
diff options
context:
space:
mode:
authorShinigami <Shinigami@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-16 00:04:14 +0000
committerShinigami <Shinigami@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-16 00:04:14 +0000
commit802c59f1b95330333ca27c0d9bf91a08014c1ed4 (patch)
tree75cdeadc3cca917d0b150bd5054280e6abbf9377 /Changelog.txt
parenta5d40d23c9d1ac7b9bcb8ee502d3465cae771dee (diff)
downloadhercules-802c59f1b95330333ca27c0d9bf91a08014c1ed4.tar.gz
hercules-802c59f1b95330333ca27c0d9bf91a08014c1ed4.tar.bz2
hercules-802c59f1b95330333ca27c0d9bf91a08014c1ed4.tar.xz
hercules-802c59f1b95330333ca27c0d9bf91a08014c1ed4.zip
Added -funroll-loops argument to makefile to further increase performance
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@205 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 6582fc58e..5afe1904d 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,5 +1,6 @@
Date Added
11/16
+ * Added -funroll-loops argument to makefile to further increase performance [Shinigami]
* Fixed 2 bugs in DELITEM script command. [Lupus]
- added deleting priority: If you have some items with the same ID and want to delete some of them, then
at first it'll delete common items then, if necessary, delete the rest items but upgraded/named/with cards. [Lupus]