summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-15 10:48:02 +0000
committervalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-15 10:48:02 +0000
commitc58bb078d04786aae68073997c7cc76f646136dc (patch)
treec015357a179594ae6d091271d3371d05aeff9dc1 /Makefile
parentab5cb3ae9f7ab77bdcbf1b57c1da8e3d82ca53cb (diff)
downloadhercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.gz
hercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.bz2
hercules-c58bb078d04786aae68073997c7cc76f646136dc.tar.xz
hercules-c58bb078d04786aae68073997c7cc76f646136dc.zip
Added -ffast-math argument to makefile to increase performance, thanks to kashy.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@191 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 2f0b29f4e..9317bdcf8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ else
MAKE = make
endif
-OPT = -g -O2
+OPT = -g -O2 -ffast-math
ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
OS_TYPE = -DCYGWIN