diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-26 02:03:07 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-26 02:03:07 +0000 |
commit | 3f38fcaeaf61cf293c5392a67d85cfd5465d9585 (patch) | |
tree | aaaff1ef4f447f5c16b599250b70e59c90fe757f /Makefile | |
parent | 30ff6f1cff9b99856f93e34cf4cc89ec54ec83a8 (diff) | |
download | hercules-3f38fcaeaf61cf293c5392a67d85cfd5465d9585.tar.gz hercules-3f38fcaeaf61cf293c5392a67d85cfd5465d9585.tar.bz2 hercules-3f38fcaeaf61cf293c5392a67d85cfd5465d9585.tar.xz hercules-3f38fcaeaf61cf293c5392a67d85cfd5465d9585.zip |
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@995 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ CC = gcc -pipe # CC = gcc -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK # CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK -# GCLIB = -L/usr/local/lib -lgc +# GCLIB = -lgc GCLIB = # GCLIB = -ldmalloc |