summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9317bdcf8..2c99331dc 100644
--- a/Makefile
+++ b/Makefile
@@ -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