diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-09 12:56:33 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2025-04-20 16:26:02 +0300 |
commit | 76323ad829e56269ced544eacc434b5e8cf9ef87 (patch) | |
tree | f428d49c28425f0df37aa129636d120d32de56b1 /docs/markdown/snippets | |
parent | 514fc7bd5801543f97574da159385a7490b386b7 (diff) | |
download | meson-76323ad829e56269ced544eacc434b5e8cf9ef87.zip meson-76323ad829e56269ced544eacc434b5e8cf9ef87.tar.gz meson-76323ad829e56269ced544eacc434b5e8cf9ef87.tar.bz2 |
document -Dswift_std in release notes
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/swift-std.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/swift-std.md b/docs/markdown/snippets/swift-std.md new file mode 100644 index 0000000..64fe70c --- /dev/null +++ b/docs/markdown/snippets/swift-std.md @@ -0,0 +1,4 @@ +## New `swift_std` compiler option + +A new compiler option allows to set the language version that is passed +to swiftc (`none`, `4`, `4.2`, `5` or `6`). |