summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
author(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-04 12:12:48 +0000
committer(no author) <(no author)@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-02-04 12:12:48 +0000
commit414864ad8b4237cc31d03b020119a8cf978c30bc (patch)
tree6bf7725a12a4daf7d61237de2fabc91635fba746 /Makefile
parent814c06211cb44c08ac93b8c978248358d9bcdb23 (diff)
downloadhercules-414864ad8b4237cc31d03b020119a8cf978c30bc.tar.gz
hercules-414864ad8b4237cc31d03b020119a8cf978c30bc.tar.bz2
hercules-414864ad8b4237cc31d03b020119a8cf978c30bc.tar.xz
hercules-414864ad8b4237cc31d03b020119a8cf978c30bc.zip
* Added experimental code to generate a stack dump when it segfaults
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@1027 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fe096d619..26d07fbcc 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ MAKE = make
endif
OPT = -g -O2 -ffast-math
+# OPT += -DDUMPSTACK -rdynamic
ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
OS_TYPE = -DCYGWIN