Ignore:
File:
1 edited

Legend:

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

    rc89ae25 r581a54a  
    4545endif
    4646
    47 arch_kernel_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib' ]
     47
     48# TODO: Enable --gc-sections
     49arch_kernel_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib', '-Wl,--no-gc-sections' ]
    4850arch_uspace_link_args = [ '-Wl,-z,max-page-size=0x1000', '-nostdlib', '-lgcc' ]
    4951
Note: See TracChangeset for help on using the changeset viewer.