Changeset 971849b1 in mainline for kernel/meson.build
- Timestamp:
- 2019-08-17T12:49:43Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4b65f9a
- Parents:
- 2483f28
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-07-07 12:04:25)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-08-17 12:49:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/meson.build
r2483f28 r971849b1 62 62 ] 63 63 64 if CONFIG_LTO 65 kernel_link_args += [ '-flto' ] 66 endif 67 64 68 if CONFIG_STRIP_BINARIES 65 # TODO: let meson do this69 # TODO: do this after disassembling 66 70 kernel_link_args += [ '-s' ] 67 71 endif … … 72 76 cc.get_supported_arguments([ '-Wno-cast-function-type' ]), 73 77 ] 78 79 if CONFIG_LTO 80 kernel_c_args += [ '-flto' ] 81 endif 74 82 75 83 if cc.get_id() == 'clang'
Note:
See TracChangeset
for help on using the changeset viewer.