Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2019-02-13 23:06:17 +0300
committerHenrik Gramner <gramner@twoorioles.com>2019-02-19 16:28:18 +0300
commit6ceb29d2a6cabf5b9ee747f8286c7ea02080fe8c (patch)
tree374d5c404c5781f413d3adbcc2e716f74be5228f /meson_options.txt
parent9caabc7bda6d22c5bd1c0ea2b8e6c770654eb911 (diff)
meson: Add an undocumented option for overriding stack alignment
This is intended only for use in CI testing.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3416242..fe9112c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -35,3 +35,7 @@ option('fuzzing_engine',
choices : ['none', 'libfuzzer', 'oss-fuzz'],
value: 'none',
description: 'Select the fuzzing engine')
+
+option('stack_alignment',
+ type: 'integer',
+ value: 0)