summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorvalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 14:13:23 +0000
committervalaris <valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-11-20 14:13:23 +0000
commitb22297197f06ac00eecf38fe98d7b9fdb5478a8a (patch)
tree953859912630948e0a5ca9c83b823b22a1bb690e /Makefile
parent531ae6ff24ed1164ba08dc61c47ad642597591dc (diff)
downloadhercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.gz
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.bz2
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.tar.xz
hercules-b22297197f06ac00eecf38fe98d7b9fdb5478a8a.zip
* Initialized "day" variable in npc.c. [Valaris]
* Added @whozeny. Shows list of top 50 online players and their zeny sorted from highest to lowest. [Valaris] * Added @happyhappyjoyjoy. Makes all players on server do a random emote. [Valaris] * Removed -fu git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/athena@269 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 2c99331dc..9317bdcf8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ else
MAKE = make
endif
-OPT = -g -O2 -ffast-math -funroll-loops
+OPT = -g -O2 -ffast-math
ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
OS_TYPE = -DCYGWIN