mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 10:33:59 -05:00
Better compiler argument warnings handling (#5076)
The goal of this PR is to display any warnings about compiler arguments, e.g. the warning about -march=native, somewhere else instead of a toast notification every time. Feature requested on discord.    --------- Co-authored-by: Matt Godbolt <matt@godbolt.org>
This commit is contained in:
10
README.md
10
README.md
@@ -7,9 +7,9 @@
|
||||
|
||||
**Compiler Explorer** is an interactive compiler exploration website. Edit code in C, C++, C#, F#, Rust, Go, D, Haskell,
|
||||
Swift, Pascal, [ispc](https://ispc.github.io/), Python, Java, or any of the other
|
||||
[30+ supported languages](https://godbolt.org/api/languages), and see how that code looks after being compiled in
|
||||
real time. Multiple compilers are supported for each language, many different tools and visualizations are available,
|
||||
and the UI layout is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
|
||||
[30+ supported languages](https://godbolt.org/api/languages), and see how that code looks after being compiled in real
|
||||
time. Multiple compilers are supported for each language, many different tools and visualizations are available, and the
|
||||
UI layout is configurable (thanks to [GoldenLayout](https://www.golden-layout.com/)).
|
||||
|
||||
Try out at [godbolt.org](https://godbolt.org), or [run your own local instance](#running-a-local-instance).
|
||||
|
||||
@@ -133,5 +133,5 @@ We would also like to specially thank these people for their contributions to **
|
||||
- [Joshua Sheard](https://github.com/jsheard)
|
||||
- [Andrew Pardoe](https://github.com/AndrewPardoe)
|
||||
|
||||
Many [amazing sponsors](https://godbolt.org/#sponsors), both individuals and companies, have helped fund and
|
||||
promote Compiler Explorer.
|
||||
Many [amazing sponsors](https://godbolt.org/#sponsors), both individuals and companies, have helped fund and promote
|
||||
Compiler Explorer.
|
||||
|
||||
Reference in New Issue
Block a user