From 8cf95425184e1d38988d839386ed7cb81263c607 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 13 Mar 2013 18:53:55 +0100 Subject: [PATCH] compile with debug info by default, can be stripped later --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index af960f2..5f452dc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ build_ext: javac jnius/src/org/jnius/NativeInvocationHandler.java - python setup.py build_ext --inplace -f + python setup.py build_ext --inplace -f -g html: $(MAKE) -C docs html