• Show log

    Commit

  • Hash : ae7446a9
    Author : Anonymous Maarten
    Date : 2022-06-15T20:48:54

    stlib: Extract SDL_memcpy and SDL_memset to its own file respectively
    
    This is done such that we can disable LTO for these 2 functions when
    building with MSVC.
    
    This is due to a limitation of Link Time Code Generation (LTCG).
    Code generation might generate a new reference to memset after linking
    has started. The LTCG must make assumptions about where memset is
    defined which is normally the C runtime.
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/SDL.git
    Git SSH git@git.kmx.io:kc3-lang/SDL.git
    Public access ? public
    Description

    Fork of https://github.com/libsdl-org/SDL

    Users
    thodg_w kc3_lang_org thodg_l thodg_m www_kmx_io thodg
    Tags