-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeson_options.txt
15 lines (15 loc) · 922 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
option('anomaly_posterior_float128', type : 'boolean', value : false,
description : 'Whether to support GCC 128bit floats in the anomaly ' +
'quantification posterior.')
option('anomaly_posterior_dec50', type : 'boolean', value : false,
description : 'Whether to support 50 digit boost multiprecision ' +
'floating point numbers in the anomaly quantification ' +
'posterior.')
option('anomaly_posterior_dec100', type : 'boolean', value : false,
description : 'Whether to support 50 digit boost multiprecision ' +
'floating point numbers in the anomaly quantification ' +
'posterior.')
option('portable', type : 'boolean', value : false,
description : 'Whether to compile the binaries portably. If not, ' +
'march=native and mtune=native switches are applied.'
)