diff options
author | Shinigami <Shinigami@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 00:04:14 +0000 |
---|---|---|
committer | Shinigami <Shinigami@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-11-16 00:04:14 +0000 |
commit | 802c59f1b95330333ca27c0d9bf91a08014c1ed4 (patch) | |
tree | 75cdeadc3cca917d0b150bd5054280e6abbf9377 /Makefile | |
parent | a5d40d23c9d1ac7b9bcb8ee502d3465cae771dee (diff) | |
download | hercules-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 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ else MAKE = make endif -OPT = -g -O2 -ffast-math +OPT = -g -O2 -ffast-math -funroll-loops ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN) OS_TYPE = -DCYGWIN |