Branch

  • Show log

    Commit

  • Hash : f01879d5
    Author : Azat Khuzhin
    Date : 2024-10-21T09:58:26

    Align ELF sections to 16K boundaries (-Wl,-z,max-page-size=16384)
    
    Even though the initial request was about Android, it is not only about
    it, but it could be the case for Linux as well (so as Apple M1/...
    chips)
    
    And this should not affect anything, since this is just ELFs
    
    Fixes: https://github.com/libevent/libevent/issues/1708