git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@864 54d463be-8e91-2dee-dedb-b68131a5f0ec
@@ -1,6 +1,6 @@
Date Added
12/29
- * Fixing a crash if you change the name of a pet you don't have (SVN 862) [MouseJstr]
+ * Fixing a crash if you change the name of a pet you don't have (SVN 863) [MouseJstr]
* Eliminated src/common/malloc.c when not needed [MouseJstr]
* Some code cleanup in prep for new debugging malloc (SVN 861) [MouseJstr]
* Updated Soul Breaker's damage calculation [celest]
@@ -3,10 +3,12 @@
CC = gcc -pipe
# CC = gcc -pipe -x c++
# CC = gcc -pipe -DGCOLLECT
+# CC = gcc -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK
# CC = /usr/local/bin/gcc -fbounds-checking -pipe -DBCHECK
# GCLIB = -lgc
GCLIB =
+# GCLIB = -ldmalloc
PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT
#PACKETDEF = -DPACKETVER=5 -DNEW_006b