From eb2ba2cdbdd14166f8e0fc7065331f0e227e1e9e Mon Sep 17 00:00:00 2001 From: Rachel Date: Fri, 8 Mar 2024 09:46:27 -0800 Subject: [PATCH] Update meson_options.txt to force native compilation --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index 5af098b..ee09d88 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1 +1 @@ -option('native', type : 'boolean', value : false, description: 'Force native compilation, even in a cross-compilation setup') \ No newline at end of file +option('native', type : 'boolean', value : true, description: 'Force native compilation, even in a cross-compilation setup')