Add -g for debug builds.

This commit is contained in:
Nathanael Gray 2021-11-16 17:08:38 +13:00 committed by Jussi Pakkanen
parent 2bc3117408
commit c2956269f5
1 changed files with 1 additions and 1 deletions

View File

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