update DynamicCompiler add -g option for generate LocalVariableTable

This commit is contained in:
yunpeng.jiangyp
2024-02-28 10:20:59 +08:00
committed by hengyunabc
parent 5426e8a971
commit caecaac1a9
@@ -33,6 +33,7 @@ public class DynamicCompiler {
standardFileManager = javaCompiler.getStandardFileManager(null, null, null);
options.add("-Xlint:unchecked");
options.add("-g");
dynamicClassLoader = new DynamicClassLoader(classLoader);
}