mirror of
https://github.com/MorizzG/portage-conf.git
synced 2025-12-06 01:12:42 +00:00
lldb: unmask 20.1.4 and add lto werror flags
This commit is contained in:
parent
5c0633bfa4
commit
f304a7ab96
3 changed files with 10 additions and 0 deletions
6
env/lto-werror
vendored
Normal file
6
env/lto-werror
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
LTO_WERROR_FLAGS="-Werror=odr -Werror=strict-aliasing" # -Werror=lto-type-mismatch
|
||||
|
||||
CFLAGS="${CFLAGS} ${LTO_WERROR_FLAGS}"
|
||||
CXXFLAGS="${CXXFLAGS} ${LTO_WERROR_FLAGS}"
|
||||
FCFLAGS="${FCFLAGS} ${LTO_WERROR_FLAGS}"
|
||||
FFLAGS="${FFLAGS} ${LTO_WERROR_FLAGS}"
|
||||
|
|
@ -14,3 +14,5 @@ llvm-runtimes/compiler-rt-sanitizers:20 ~amd64
|
|||
llvm-runtimes/openmp ~amd64
|
||||
|
||||
llvm-core/lld-toolchain-symlinks:20 ~amd64
|
||||
|
||||
=llvm-core/lldb-20.1.4 ~amd64
|
||||
|
|
|
|||
|
|
@ -61,3 +61,5 @@ llvm-core/llvm:18 clang-18
|
|||
llvm-core/clang:18 clang-18
|
||||
|
||||
dev-python/zstandard gcc
|
||||
|
||||
llvm-core/lldb lto-werror
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue