* Nullpo's disabled on release builds.
* Added timestamps to the log of memory leaks. * Moved definition of __func__ to cbasetypes.h. * Configure script updated: - added option to select the memory manager - added option to enable MAPREGSQL - added option to enable DEBUG * common's Makefile deleting svnversion.h on 'clean' target. (run ./configure again to update your Makefile) git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@11760 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
17
Makefile.in
17
Makefile.in
@@ -130,23 +130,6 @@ needs_mysql:
|
||||
#####################################################################
|
||||
# TODO
|
||||
|
||||
# Server Packet Protocol version (also defined in src/common/mmo.h)
|
||||
# CFLAGS += -DPACKETVER=8
|
||||
|
||||
# Makes map-wide script variables be saved to SQL instead of TXT files.
|
||||
# CFLAGS += -DMAPREGSQL
|
||||
|
||||
# OPT += -DGCOLLECT
|
||||
# LIBS += -lgc
|
||||
|
||||
# OPT += -DMEMWATCH
|
||||
|
||||
# OPT += -DDMALLOC -DDMALLOC_FUNC_CHECK
|
||||
# LIBS += -ldmalloc
|
||||
|
||||
# OPT += -DBCHECK
|
||||
|
||||
|
||||
install: conf/%.conf conf/%.txt
|
||||
$(shell mkdir -p /opt/eathena/bin/)
|
||||
$(shell mkdir -p /opt/eathena/etc/eathena/)
|
||||
|
||||
Reference in New Issue
Block a user