libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Is there a way to not "clean" on every build? #46

Open funkyfourier opened 10 months ago

funkyfourier commented 10 months ago

Currently the ant script runs with the "clean" option. Is there a way to not have it do that?

I am building and linking to a rather large library and there is much which has to be built for every little change.