wasm: disable format hardening
This commit is contained in:
parent
b9152cf5a0
commit
c0830c1764
@ -17,6 +17,9 @@ let
|
|||||||
buildInputs = [ cmake clang python ];
|
buildInputs = [ cmake clang python ];
|
||||||
|
|
||||||
buildPhase = "make clang-debug-no-tests";
|
buildPhase = "make clang-debug-no-tests";
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/bin
|
mkdir -p $out/bin
|
||||||
cp out/clang/Debug/no-tests/sexpr-wasm $out/bin
|
cp out/clang/Debug/no-tests/sexpr-wasm $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user