mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-12 18:18:52 +00:00
Try to workaround the debug issues by adding -fno-addrsig to the *FLAGS One more time, thanks to Rebecca Palmer (Closes: #913946)
This commit is contained in:
parent
d441237cac
commit
d2b29624d3
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -3,6 +3,8 @@ llvm-toolchain-7 (1:7.0.1~+rc3-2) UNRELEASED; urgency=medium
|
|||||||
* Fix llvm-config by stripping unnecessary flags
|
* Fix llvm-config by stripping unnecessary flags
|
||||||
See also https://bugs.llvm.org/show_bug.cgi?id=8220
|
See also https://bugs.llvm.org/show_bug.cgi?id=8220
|
||||||
(Closes: #697755, #914838)
|
(Closes: #697755, #914838)
|
||||||
|
* Try to workaround the debug issues by adding -fno-addrsig to the *FLAGS
|
||||||
|
One more time, thanks to Rebecca Palmer (Closes: #913946)
|
||||||
* Improved the debian/patches/series presentation by creating categories
|
* Improved the debian/patches/series presentation by creating categories
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 10 Dec 2018 03:49:59 -0500
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 10 Dec 2018 03:49:59 -0500
|
||||||
|
6
debian/rules
vendored
6
debian/rules
vendored
@ -124,9 +124,9 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Enable for bootstrap
|
# Enable for bootstrap
|
||||||
LDFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option
|
LDFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option -fno-addrsig
|
||||||
CXXFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option
|
CXXFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option -fno-addrsig
|
||||||
CFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option
|
CFLAGS_EXTRA += -fPIC -Wno-unused-command-line-argument -Wno-unknown-warning-option -fno-addrsig
|
||||||
|
|
||||||
# Enable polly (or not)
|
# Enable polly (or not)
|
||||||
POLLY_ENABLE=yes
|
POLLY_ENABLE=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user