Changeset 2fbb42f in mainline for meson/part/compiler_args/meson.build
- Timestamp:
- 2023-10-26T19:20:09Z (19 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 001957b6
- Parents:
- da13982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
meson/part/compiler_args/meson.build
rda13982 r2fbb42f 69 69 '-ffunction-sections', 70 70 '-fno-common', 71 '-fdebug-prefix-map=' + meson.source_root() + '=.', 71 '-fdebug-prefix-map=' + meson.source_root() + '/=', 72 '-fdebug-prefix-map=../../=', 72 73 ] 73 74 … … 86 87 87 88 if CONFIG_LINE_DEBUG 88 extra_common_flags += [ '-gdwarf- 4', '-g3' ]89 extra_common_flags += [ '-gdwarf-5', '-g3' ] 89 90 endif 90 91
Note:
See TracChangeset
for help on using the changeset viewer.