Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • meson/arch/ia32/meson.build

    rc89ae25 r7eec25fc  
    5151]
    5252
    53 arch_kernel_link_args = [ '-nostdlib' ]
     53
     54# TODO: Enable --gc-sections.
     55arch_kernel_link_args = [ '-nostdlib', '-Wl,--no-gc-sections' ]
    5456arch_uspace_link_args = [ '-nostdlib', '-lgcc' ]
    5557
Note: See TracChangeset for help on using the changeset viewer.