diff '--color=auto' -uNr node-v17.7.1.orig/deps/v8/src/flags/flag-definitions.h node-v17.7.1/deps/v8/src/flags/flag-definitions.h --- node-v17.7.1.orig/deps/v8/src/flags/flag-definitions.h 2022-03-11 20:20:42.517755317 +0530 +++ node-v17.7.1/deps/v8/src/flags/flag-definitions.h 2022-03-11 20:22:44.547755270 +0530 @@ -2026,7 +2026,7 @@ #undef DEFINE_PERF_PROF_BOOL #undef DEFINE_PERF_PROF_IMPLICATION -DEFINE_STRING(gc_fake_mmap, "/tmp/__v8_gc__", +DEFINE_STRING(gc_fake_mmap, "@TERMUX_PREFIX@/tmp/__v8_gc__", "Specify the name of the file for fake gc mmap used in ll_prof") DEFINE_BOOL(log_internal_timer_events, false, "Time internal events.") DEFINE_IMPLICATION(log_internal_timer_events, prof)