Skip to content
  • Felix Potthast's avatar
    glib-compile-resources: Add external data option · d04b9c37
    Felix Potthast authored and Philip Withnall's avatar Philip Withnall committed
    Add option to not encode resource data into the C source file
    in order to embed the data using `ld -b binary`. This improves compilation
    times, but can only be done on Linux or other platforms with a
    supporting linker.
    
    (Rebased by Philip Withnall, fixing minor rebase conflicts.)
    
    Fixes #1489
    d04b9c37