aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index c644c90..0901da4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,11 @@ archive:
debug:
make clean
+ ./configure CFLAGS="-O0 -g"
+ make
+
+debug_out:
+ make clean
./configure CFLAGS="-O0 -g -DONIG_DEBUG_PARSE -DONIG_DEBUG_COMPILE"
make