{cc,bintools}-wrapper: fix removal of unsupported hardening flags
This commit is contained in:
parent
7e7f470132
commit
4707dc6454
@ -11,7 +11,7 @@ done
|
|||||||
|
|
||||||
# Remove unsupported flags.
|
# Remove unsupported flags.
|
||||||
for flag in @hardening_unsupported_flags@; do
|
for flag in @hardening_unsupported_flags@; do
|
||||||
unset -v hardeningEnableMap["$flag"]
|
unset -v "hardeningEnableMap[$flag]"
|
||||||
done
|
done
|
||||||
|
|
||||||
if (( "${NIX_DEBUG:-0}" >= 1 )); then
|
if (( "${NIX_DEBUG:-0}" >= 1 )); then
|
||||||
|
@ -11,7 +11,7 @@ done
|
|||||||
|
|
||||||
# Remove unsupported flags.
|
# Remove unsupported flags.
|
||||||
for flag in @hardening_unsupported_flags@; do
|
for flag in @hardening_unsupported_flags@; do
|
||||||
unset -v hardeningEnableMap["$flag"]
|
unset -v "hardeningEnableMap[$flag]"
|
||||||
done
|
done
|
||||||
|
|
||||||
if (( "${NIX_DEBUG:-0}" >= 1 )); then
|
if (( "${NIX_DEBUG:-0}" >= 1 )); then
|
||||||
|
Loading…
Reference in New Issue
Block a user