Add -g for debug builds.
This commit is contained in:
parent
2bc3117408
commit
c2956269f5
|
@ -49,7 +49,7 @@ c2000_optimization_args = {
|
|||
|
||||
c2000_debug_args = {
|
||||
False: [],
|
||||
True: []
|
||||
True: ['-g']
|
||||
} # type: T.Dict[bool, T.List[str]]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue