summarylogtreecommitdiffstats
path: root/parallel-lto.patch.in
AgeCommit message (Collapse)Author
2018-07-081.3.9-2: compile without debugging informationAllen Wild
Makes builds like 40% faster and saves significant disk space. Plus debug symbols get broken by LTO anyway so compiling with -g wasn't even useful in the first place.
2018-06-28update to 1.3.8-1Allen Wild
tdesktop.patch: rebase CMakeLists.inj: add precompiled header for lib_export, use gcc-nm and gcc-ranlib for CMAKE_NM and CMAKE_RANLIB (CMAKE_AR is already supported by mainline gyp) Add patch to use parallel LTO in final link, which evaluates `nproc` during prepare(). Using -flto=jobserver would be nice, but doens't seem to work with CMake.