patches and low-level development discussion
 help / color / mirror / code / Atom feed
blob 7b467399015663662f9fea0deb661cb49b79a271 699 bytes (raw)
name: tools/meson_options.txt 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2022-2024 Alyssa Ross <hi@alyssa.is>

option('host', type : 'boolean', value : false,
  description : 'Build tools for the Spectrum host')

option('app', type : 'boolean',
  description : 'Build tools for Spectrum app VMs')

option('driver', type : 'boolean', value : false,
  description : 'Build tools for Spectrum driver VMs')

option('hostfsrootdir', type : 'string', value : '/run/host',
  description : 'Path where the virtio-fs provided by the host will be mounted')

option('tests',
  type : 'boolean',
  description : 'Build tests')

option('unwind',
  type : 'boolean',
  description : 'Build Rust code with -C panic=unwind')

debug log:

solving 7b46739 ...
found 7b46739 in https://spectrum-os.org/git/spectrum

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).