This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# AUTOGENERATED EXAMPLE CONFIGURATION | |
# Please go through ALL the co8nfig keys, make sure they make sense, before deciding it doesn't work | |
# This is an example configuration! It is intended to document what is possible, not what makes sense! | |
# Each array contains at least one element with all the keys filled, to document what can go there. | |
# If you don't need the array element, remove it! | |
# Also recommended: Go through the toml spec @ https://toml.io/ | |
# Skips the optimizer pass, useful if you already have an obfuscated jar | |
skipOptimizations = false | |
# Compile all methods in these classes, regardless of annotation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Users/nuym/Library/Java/JavaVirtualMachines/azul-22.0.2/Contents/Home/bin/java --enable-native-access=ALL-UNNAMED -Djava.library.path=/Users/nuym/Downloads/test/natives -javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=50746 -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -classpath /Users/nuym/Downloads/j2cc/core/target/classes:/Users/nuym/.m2/repository/org/ow2/asm/asm/9.7.1/asm-9.7.1.jar:/Users/nuym/.m2/repository/org/ow2/asm/asm-util/9.7.1/asm-util-9.7.1.jar:/Users/nuym/.m2/repository/org/ow2/asm/asm-analysis/9.7.1/asm-analysis-9.7.1.jar:/Users/nuym/.m2/repository/org/ow2/asm/asm-tree/9.7.1/asm-tree-9.7.1.jar:/Users/nuym/.m2/repository/org/ow2/asm/asm-commons/9.7.1/asm-commons-9.7.1.jar:/Users/nuym/.m2/repository/org/projectlombok/lombok/1.18.34/lombok-1.18.34.jar:/Users/nuym/.m2/repository/org/fusesource/jansi/jansi/2.4.1/jansi-2.4.1.jar:/Users/nuym/Downloads/j2cc/annotations/target/classes:/Users/nuym/Downloads/j2cc/internals/target/classes:/Users/nuym/.m |