aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/interpreterbase.py
diff options
context:
space:
mode:
authorPhillip Johnston <phillip@embeddedartistry.com>2020-03-12 13:32:39 -0700
committerJussi Pakkanen <jpakkane@gmail.com>2020-03-15 22:29:29 +0200
commit79198de6cf012e681b436f8bcea4230c2979841c (patch)
tree800c45c7cc4d91476c56284d19eb8fdc5f47adf7 /mesonbuild/interpreterbase.py
parentb54e557a40497a0f9080e32cd0da91b2b59762cc (diff)
downloadmeson-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