Skip to content

Commit

Permalink
[Discord] Turning off Hermes native stack checking for Android
Browse files Browse the repository at this point in the history
  • Loading branch information
Flewp committed Sep 26, 2024
1 parent f7416b7 commit 7f319cc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ val configureBuildForHermes by
"-B",
hermesBuildDir.toString(),
"-DJSI_DIR=" + jsiDir.absolutePath,
"-DICU_FOUND=1"))
"-DICU_FOUND=1",
"-DHERMES_CHECK_NATIVE_STACK=OFF"))
}

val buildHermesC by
Expand Down

0 comments on commit 7f319cc

Please sign in to comment.