Ignore:
File:
1 edited

Legend:

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

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