wasm: disable format hardening

This commit is contained in:
Robin Gloster 2016-08-02 15:31:03 +00:00
parent b9152cf5a0
commit c0830c1764

View File

@ -17,6 +17,9 @@ let
buildInputs = [ cmake clang python ];
buildPhase = "make clang-debug-no-tests";
hardeningDisable = [ "format" ];
installPhase = ''
mkdir -p $out/bin
cp out/clang/Debug/no-tests/sexpr-wasm $out/bin