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 #6619pull/6436/merge
parent
b54e557a40
commit
79198de6cf
1 changed files with 9 additions and 2 deletions
Loading…
Reference in new issue