aboutsummaryrefslogtreecommitdiff
path: root/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meson.options')
-rw-r--r--meson.options4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson.options b/meson.options
index 4e8323689..ef5a669dd 100644
--- a/meson.options
+++ b/meson.options
@@ -31,6 +31,10 @@ option('tests-brief', type : 'boolean', value : false,
description : 'set to true for shorter tests output',
)
+option('profile-build', type : 'feature', value: 'disabled',
+ description : 'whether to enable -ftime-trace in clang builds, allowing for speeding up the build.'
+)
+
option('store-dir', type : 'string', value : '/nix/store',
description : 'path of the Nix store',
)