mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-09 11:48:52 +00:00
Bring back the lto (gone with the cmake migration)
(Closes: #819333) (upstream: #27223)
This commit is contained in:
parent
c592356bf7
commit
c5ab781e10
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -2,8 +2,10 @@ llvm-toolchain-3.8 (1:3.8.1-9) unstable; urgency=medium
|
||||
|
||||
* Generate manpages for lli, lldb-mi & git-clang-format
|
||||
* Fix some lintian overrides
|
||||
* Bring back the lto (gone with the cmake migration)
|
||||
(Closes: #819333) (upstream: #27223)
|
||||
|
||||
--
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 08 Aug 2016 18:50:13 +0200
|
||||
|
||||
llvm-toolchain-3.8 (1:3.8.1-8) unstable; urgency=medium
|
||||
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -73,6 +73,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),$(BINUTILS_GOLD_ARCHS)))
|
||||
# -fused-ld=gold enables the gold linker (but is not supported by all archs / distro)
|
||||
LDFLAGS_EXTRA += -fuse-ld=gold
|
||||
CXXFLAGS_EXTRA += -Wl,-fuse-ld=gold
|
||||
CMAKE_EXTRA += -DLLVM_BINUTILS_INCDIR=/usr/include/
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user