Skip to content

Commit

Permalink
update DynamicCompiler add -g option for generate LocalVariableTable
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangyunpeng authored and hengyunabc committed Feb 28, 2024
1 parent 5426e8a commit caecaac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public DynamicCompiler(ClassLoader classLoader) {
standardFileManager = javaCompiler.getStandardFileManager(null, null, null);

options.add("-Xlint:unchecked");
options.add("-g");
dynamicClassLoader = new DynamicClassLoader(classLoader);
}

Expand Down

0 comments on commit caecaac

Please sign in to comment.