diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-10-29 14:13:53 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-10-29 14:13:53 +0100 |
| commit | 6699c0ee7fc5f49109a4e896db217b0c67f983ad (patch) | |
| tree | af531370c66fedbdb37151863ed9883654305537 /system | |
| parent | 8807b1aa3c62bbb8b773135b59244e1c451add02 (diff) | |
| download | box64-6699c0ee7fc5f49109a4e896db217b0c67f983ad.tar.gz box64-6699c0ee7fc5f49109a4e896db217b0c67f983ad.zip | |
[RCFILE] Update setup and install generic profile to not use native flags
Diffstat (limited to 'system')
| -rw-r--r-- | system/box64.box64rc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/box64.box64rc b/system/box64.box64rc index 70d32b8b..61611ed5 100644 --- a/system/box64.box64rc +++ b/system/box64.box64rc @@ -6,14 +6,18 @@ # Generic names # [*setup*] +# using safest dynarec settings here, has some installers do crazy things BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_CALLRET=0 +BOX64_DYNAREC_NATIVEFLAGS=0 [*install*] +# using safest dynarec settings here, has some installers do crazy things BOX64_DYNAREC_SAFEFLAGS=2 BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_CALLRET=0 +BOX64_DYNAREC_NATIVEFLAGS=0 # # Linux process |