From 6699c0ee7fc5f49109a4e896db217b0c67f983ad Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Tue, 29 Oct 2024 14:13:53 +0100 Subject: [RCFILE] Update setup and install generic profile to not use native flags --- system/box64.box64rc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'system') 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 -- cgit 1.4.1