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

github.com/dosbox-staging/dosbox-staging.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkcgen <kcgen@users.noreply.github.com>2022-06-14 03:30:07 +0300
committerkcgen <kcgen@users.noreply.github.com>2022-06-14 03:30:07 +0300
commit958996cf83b761fd5d33429e63e2459b41b2ae50 (patch)
treecca405121b158fe61259836fdc9f64fe5f1db98a /meson_options.txt
parentaf32b4aa07b63b655f067c71619d1e0715dfcc94 (diff)
Add a Meson option (-Dasm=true) for saving assembly output
Co-authored-by: kcgen <kcgen@users.noreply.github.com> Co-authored-by: Kirk Klobe <kklobe@gmail.com>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 707278709..6b8b5a280 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -66,3 +66,6 @@ option('narrowing_warnings', type : 'boolean', value : false,
option('autovec_info', type : 'boolean', value : false,
description : 'Inform about auto-vectorizion results')
+
+option('asm', type : 'boolean', value : false,
+ description : 'Save intermediate assembly output')