apps: disable hardening in all garlic apps

This commit is contained in:
2021-04-06 19:19:24 +02:00
parent df62451fcd
commit a4b8f8e94b
17 changed files with 27 additions and 5 deletions

View File

@@ -62,9 +62,6 @@ in
vtk
boost
];
# Required for nanos6
hardeningDisable = [ "all" ];
preBuild = ''
cd saiphv2/cpp/src
@@ -103,4 +100,6 @@ in
cp obj/libsaiphv2.so $out/lib/
cp bin/Heat3D_vect $out/bin/
'';
hardeningDisable = [ "all" ];
}