What do I need to do to control whether my classes compiled with JavaCompiler will include debugging information or not?
I think this has something to do with the getTask() -method options parameter, but I cannot find references to the correctness of this assumption, and if so, what is the correct way to control this?
source share