Age | Commit message (Collapse) | Author |
|
Rebase patches and add back a couple of s/uname -p/uname -m/ in
tdesktop.patch, which fixes LTO in builds (dropped when I sync'd with
[community] in the previous commit)
|
|
|
|
* add xxHash submodule
* rebase patches (clean up line offsets but no conflicts)
|
|
* rebase tdesktop.patch (and fix another s/uname -p/uname -m/)
* add precompiled headers for lib_base and lib_storage
* add crl to gitignore
|
|
|
|
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.
|
|
|
|
Back in sync with [community]
|
|
This is ahead of the official telegram-desktop package in [community],
but it works for me. Only a couple trivial changes to rebase in
tdesktop.patch.
|
|
|
|
|
|
|
|
|