diff options
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index fb4131c2..ad24fa5f 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -56,6 +56,11 @@ BOX64_PREFER_EMULATED=1 BOX64_LOG=0 BOX64_DYNAREC_ALIGNED_ATOMICS=1 +[box64-bash] +# LOG tend to mess up script execution in bash +BOX64_LOG=0 +BOX64_DYNAREC_ALIGNED_ATOMICS=1 + [beyond-all-reason] BOX64_MALLOC_HACK=2 |