compile with debug info by default, can be stripped later

This commit is contained in:
Mathieu Virbel 2013-03-13 18:53:55 +01:00
parent 0686d6b54b
commit 8cf9542518
1 changed files with 1 additions and 1 deletions

View File

@ -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