Changeset c6d8c535 in mainline for meson/arch/ia32/meson.build


Ignore:
Timestamp:
2022-01-31T16:38:35Z (2 years ago)
Author:
Jakub Jermář <jakub@…>
Parents:
5e629ad4
Message:

Enable -march for uspace again

File:
1 edited

Legend:

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

    r5e629ad4 rc6d8c535  
    3636
    3737arch_uspace_c_args = [
    38         # FIXME: enabling -march for uspace makes malloc tests crash. Investigate.
    39         # _march,
     38        _march,
    4039        '-D__LE__',
    4140        '-mno-tls-direct-seg-refs',
Note: See TracChangeset for help on using the changeset viewer.