Update meson_options.txt to force native compilation

This commit is contained in:
Rachel 2024-03-08 09:46:27 -08:00 committed by GitHub
parent 3284d0d547
commit eb2ba2cdbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1 @@
option('native', type : 'boolean', value : false, description: 'Force native compilation, even in a cross-compilation setup') option('native', type : 'boolean', value : true, description: 'Force native compilation, even in a cross-compilation setup')