Skip to content

Commit 41ec790

Browse files
committed
native\windows : enable DEBUG
1 parent 4001795 commit 41ec790

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/windows/loader.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ JavaVMInitArgs *BuildArgs() {
254254
int idx;
255255
char *opts[64];
256256

257-
#ifdef DEBUG
257+
#ifdef _JF_DEBUG
258258
debug = true;
259259
#else
260260
char jf_debug[64];

0 commit comments

Comments
 (0)