-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeson_options.txt
More file actions
17 lines (16 loc) · 1.07 KB
/
meson_options.txt
File metadata and controls
17 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# See LICENSE for more information about licensing
# Copyright 2023
#
# Author: Luis G. Leon Vega <luis.leon@ieee.org>
#
option('library-only', type: 'boolean', value: false, description: 'Disable the compilation of binaries/executables')
option('build-examples', type: 'boolean', value: true, description: 'Enable examples compilation')
option('build-docs', type: 'boolean', value: false, description: 'Enable docs compilation')
option('build-docs-only', type: 'boolean', value: false, description: 'Enable docs-only compilation')
option('developer-mode', type : 'boolean', value : true, yield : true, description: 'Enable developer mode')
option('enable-pcm', type: 'boolean', value: true, description: 'Enable the Intel PCM')
option('enable-rapl', type: 'boolean', value: true, description: 'Enable the RAPL Interface')
option('enable-perf', type: 'boolean', value: true, description: 'Enable the Linux Perf Tool')
option('enable-sql', type: 'boolean', value: true, description: 'Enable the SQL Logger')
option('enable-ipmi', type: 'boolean', value: true, description: 'Enable the IPMI Tool')