From 802c59f1b95330333ca27c0d9bf91a08014c1ed4 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Tue, 16 Nov 2004 00:04:14 +0000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2