diff options
author | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 18:14:14 +0000 |
---|---|---|
committer | (no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2005-01-25 18:14:14 +0000 |
commit | 2143a2dcf2af305c7248711275a31f63b17431f4 (patch) | |
tree | 2f98db440604b531bc2729edb1ee8306c0413d92 /Makefile | |
parent | 6bd2b81c4f1b71fcbc7d0a34d0c617b5251a4f04 (diff) | |
download | hercules-2143a2dcf2af305c7248711275a31f63b17431f4.tar.gz hercules-2143a2dcf2af305c7248711275a31f63b17431f4.tar.bz2 hercules-2143a2dcf2af305c7248711275a31f63b17431f4.tar.xz hercules-2143a2dcf2af305c7248711275a31f63b17431f4.zip |
Removed libGC
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@992 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,12 +1,12 @@ -# CC = gcc -pipe +CC = gcc -pipe # CC = g++ -CC = gcc -pipe -DGCOLLECT +# CC = gcc -pipe -DGCOLLECT # CC = gcc -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK # CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK -GCLIB = -L/usr/local/lib -lgc -# GCLIB = +# GCLIB = -L/usr/local/lib -lgc +GCLIB = # GCLIB = -ldmalloc PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT |