From 7ba0e7a0558e906d18d02ae1ea1fdc0218206024 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 6 Mar 2025 20:02:55 +0100 Subject: [DOC] Fixed default for strongmem in docs --- docs/gen/usage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 5f279841..741e1650 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -538,12 +538,12 @@ { "key": "0", "description": "Do not try anything special.", - "default": false + "default": true }, { "key": "1", "description": "Enable some memory barriers when writing to memory to emulate the x86 strong memory model in a limited way.", - "default": true + "default": false }, { "key": "2", -- cgit 1.4.1