Revert "cc-wrapper: fix darwin"
This reverts commit c3a8595276ee8ee6f019e1dd3fec6827e1d15c22. The stack protector hardening breaks the llvm_4 build.
This commit is contained in:
parent
87fab3d6a5
commit
a4252649bf
@ -52,7 +52,7 @@ if [[ ! $hardeningDisable =~ "all" ]]; then
|
||||
;;
|
||||
stackcheck)
|
||||
if [[ -n "$NIX_DEBUG" ]]; then echo HARDENING: enabling stackcheck >&2; fi
|
||||
hardeningCFlags+=('-fstack-check')
|
||||
hardeningCFlags+=('-fstack-check=specific')
|
||||
;;
|
||||
*)
|
||||
echo "Hardening flag unknown: $flag" >&2
|
||||
|
Loading…
x
Reference in New Issue
Block a user