feat: support bytecode shrink

1. remove source file symbol (#46)
2. remove debug info when enable shrink (#29)
This commit is contained in:
ReaJason
2025-02-26 20:19:30 +08:00
parent e7a14bf2e3
commit 45f2bb148d
16 changed files with 94 additions and 27 deletions
+1
View File
@@ -9,6 +9,7 @@ export function transformToPostData(formValue: FormSchema) {
debug: formValue.debug,
targetJreVersion: formValue.targetJdkVersion,
byPassJavaModule: formValue.bypassJavaModule,
shrink: formValue.shrink,
};
const shellToolConfig: ShellToolConfig = {
shellClassName: formValue.shellClassName,