Skip to content

Commit 8fdcae8

Browse files
committed
change: change the compiler export directory
1 parent a832bbe commit 8fdcae8

File tree

1 file changed

+1
-1
lines changed
  • c2me-opts-dfc/src/main/java/com/ishland/c2me/opts/dfc/common/gen

1 file changed

+1
-1
lines changed

c2me-opts-dfc/src/main/java/com/ishland/c2me/opts/dfc/common/gen/BytecodeGen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
public class BytecodeGen {
4646

47-
private static final File exportDir = new File("./dfcOutput");
47+
private static final File exportDir = new File("./cache/c2me-dfc");
4848

4949
private static final AtomicLong ordinal = new AtomicLong();
5050

0 commit comments

Comments
 (0)