-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathmeson_options.txt
9 lines (9 loc) · 1012 Bytes
/
meson_options.txt
1
2
3
4
5
6
7
8
9
option('default_data_host', type: 'string', description: 'Set the compile-time value for the default download hostname')
option('default_path_prefix', type: 'string', value: 'yggdrasil', description: 'Set the compile-time value for the default path prefix')
option('vendor', type: 'boolean', value: false, description: 'Bundle go module dependencies in the vendor directory')
option('examples', type: 'boolean', value: false, description: 'Build and install the example workers')
option('gobuildflags', type: 'array', value: ['-buildmode', 'pie'], description: 'Additional build flags to be passed to the Go compiler')
option('goldflags', type: 'string', value: '', description: 'Additional linker flags to be passed to the Go compiler')
option('build_srpm', type: 'boolean', value: false, description: 'Enable SRPM builds')
option('user', type: 'string', value: 'yggdrasil', description: 'yggd system user name')
option('worker_user', type: 'string', value: 'yggdrasil-worker', description: 'worker user name')