mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-31 22:41:35 +00:00
* Build with --as-needed.
This commit is contained in:
parent
4d034a9a83
commit
2e5dcb35cd
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ llvm-toolchain-18 (1:18.1.1-2) UNRELEASED; urgency=medium
|
||||
|
||||
* Build-depend on llvm-spirv-18 instead of llvm-spirv-17.
|
||||
* Add a stage1 profile to disable curl, grpc and spirv.
|
||||
* Build with --as-needed.
|
||||
|
||||
-- Matthias Klose <doko@debian.org> Tue, 12 Mar 2024 18:21:05 +0100
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -86,7 +86,7 @@ include /usr/share/dpkg/buildflags.mk
|
||||
# collect additional flags for all stages all builds
|
||||
CFLAGS_EXTRA = -Wno-unused-command-line-argument
|
||||
CXXFLAGS_EXTRA = -Wno-unused-command-line-argument
|
||||
LDFLAGS_EXTRA = -Wl,--build-id
|
||||
LDFLAGS_EXTRA = -Wl,--build-id,--as-needed
|
||||
|
||||
# collect all flags for stage 1 toolchain build only
|
||||
STAGE_1_CFLAGS = $(CFLAGS) $(CFLAGS_EXTRA) $(CPPFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user