wasm: disable format hardening
This commit is contained in:
parent
b9152cf5a0
commit
c0830c1764
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user