Adjust the compiler flags in the meson script#253
Conversation
|
@mvo5 Do you think we could bump the c++ standard to c++20 or c++23? |
|
@mvo5 My plan would be to enable more and more of the warnings in a granular way as I go through the code issues. |
|
What's the point of |
3b40c13 to
633e171
Compare
Set the builttype to plain, to avoid Meson's defaults. Reset the warning level to the one used with automake. Set the c++ standard to c++17. (Re)enabled the optimization options.
633e171 to
2b298c1
Compare
|
Dropping this for now (will keep using optimizations on my fork though - it cuts down on the UI latencies. |
Set the builttype to plain, to avoid Meson's defaults.
Reset the warning level to the one used with automake.
Set the c++ standard to c++17.
(Re)enabled the optimization options.
(closes amaa-99#135)