2021-06-18 06:35:58 -05:00
|
|
|
# This file allows configuring the build system.
|
|
|
|
|
2021-07-04 08:10:06 -05:00
|
|
|
# The host triple
|
|
|
|
#host = x86_64-unknown-linux-gnu
|
|
|
|
|
|
|
|
# The target triple
|
|
|
|
#target = x86_64-unknown-linux-gnu
|
|
|
|
|
2021-06-18 06:35:58 -05:00
|
|
|
# Disables cleaning of the sysroot dir. This will cause old compiled artifacts to be re-used when
|
|
|
|
# the sysroot source hasn't changed. This is useful when the codegen backend hasn't been modified.
|
|
|
|
# This option can be changed while the build system is already running for as long as sysroot
|
|
|
|
# building hasn't started yet.
|
|
|
|
#keep_sysroot
|