forked from rarias/bscpkgs
llvm: disable hardening
This commit is contained in:
parent
bbb421a340
commit
6bcc2e9a52
@ -55,6 +55,8 @@ in wrapCCWith {
|
||||
|
||||
wrap clang++ $wrapper $ccPath/clang++
|
||||
|
||||
echo "" > $out/nix-support/add-hardening.sh
|
||||
|
||||
'' + lib.optionalString (openmp != null) ''
|
||||
echo "export OPENMP_RUNTIME=${ompname}" >> $out/nix-support/cc-wrapper-hook
|
||||
'' + lib.optionalString (ompss2rt != null) ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user