Add -g for debug builds.

pull/9622/merge
Nathanael Gray 3 years ago committed by Jussi Pakkanen
parent 2bc3117408
commit c2956269f5
  1. 2
      mesonbuild/compilers/mixins/c2000.py

@ -49,7 +49,7 @@ c2000_optimization_args = {
c2000_debug_args = {
False: [],
True: []
True: ['-g']
} # type: T.Dict[bool, T.List[str]]

Loading…
Cancel
Save