Changeset 2fbb42f in mainline for kernel/meson.build
- Timestamp:
- 2023-10-26T19:20:09Z (21 months ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 001957b6
- Parents:
- da13982
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/meson.build
rda13982 r2fbb42f 95 95 kernel_c_args = arch_kernel_c_args + kernel_defs + [ 96 96 '-ffreestanding', 97 '-fdebug-prefix-map=../../kernel/=', 98 '-fdebug-prefix-map=../../../kernel/=', 97 99 98 100 cc.get_supported_arguments([ … … 112 114 ] 113 115 116 if not CONFIG_LINE_DEBUG 117 # Keep the debug info needed to get file names for kernel stack traces. 118 kernel_c_args += [ '-gdwarf-5', '-g1', '-gno-statement-frontiers' ] 119 endif 120 114 121 if CONFIG_LTO 115 122 kernel_c_args += [ '-flto' ]
Note:
See TracChangeset
for help on using the changeset viewer.