diff options
author | Phillip Johnston <phillip@embeddedartistry.com> | 2020-03-12 13:32:39 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2020-03-15 22:29:29 +0200 |
commit | 79198de6cf012e681b436f8bcea4230c2979841c (patch) | |
tree | 800c45c7cc4d91476c56284d19eb8fdc5f47adf7 /mesonbuild/interpreterbase.py | |
parent | b54e557a40497a0f9080e32cd0da91b2b59762cc (diff) | |
download | meson-79198de6cf012e681b436f8bcea4230c2979841c.zip meson-79198de6cf012e681b436f8bcea4230c2979841c.tar.gz meson-79198de6cf012e681b436f8bcea4230c2979841c.tar.bz2 |
Resolve Clang failure to use -Og with --optimization=g
Clang supports the GCC -Og flag, but --optimization=g is not setting that. This is because Clang is referencing the clike_optimization_args, which does not define a flag for 'g'.
To address this, we'll mimic the GNU options instead of the C-like ones.
Fixes #6619
Diffstat (limited to 'mesonbuild/interpreterbase.py')
0 files changed, 0 insertions, 0 deletions