drop target-cpu optimised builds
this seems too broken. Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
2d54264fbe
commit
45254638b1
2 changed files with 1 additions and 29 deletions
|
@ -13,12 +13,6 @@ lib.optionalAttrs stdenv.hostPlatform.isStatic {
|
|||
lib.concatStringsSep
|
||||
" "
|
||||
([]
|
||||
++ lib.optionals
|
||||
stdenv.targetPlatform.isx86_64
|
||||
[ "-C" "target-cpu=x86-64-v2" ]
|
||||
++ lib.optionals
|
||||
stdenv.targetPlatform.isAarch64
|
||||
[ "-C" "target-cpu=cortex-a53" ] # cortex-a53 == ARMv8-A
|
||||
# This disables PIE for static builds, which isn't great in terms
|
||||
# of security. Unfortunately, my hand is forced because nixpkgs'
|
||||
# `libstdc++.a` is built without `-fPIE`, which precludes us from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue