Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/part/compiler_args/meson.build

    rc21d4d6 r18969ce  
    3939
    4040add_project_link_arguments(
    41         cc.get_supported_link_arguments([
    42                 '-Wl,--gc-sections',
    43                 '-Wl,--warn-common',
    44         ]),
     41        '-Wl,--gc-sections',
     42        '-Wl,--warn-common',
    4543        '-Wl,--fatal-warnings',
    4644        language : [ 'c', 'cpp' ],
Note: See TracChangeset for help on using the changeset viewer.