From c58bb078d04786aae68073997c7cc76f646136dc Mon Sep 17 00:00:00 2001 From: valaris Date: Mon, 15 Nov 2004 10:48:02 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-60-g2f50