Skip to content

Commit

Permalink
add -n option
Browse files Browse the repository at this point in the history
  • Loading branch information
luca992 committed Mar 13, 2023
1 parent 07b0fbe commit 5fc84b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ compress-wasm:
wasm-opt -Oz $$w -o $$w ; \
done \
fi
(cd ./build && gzip -9 -k -f *)
(cd ./build && gzip -n -9 -k -f *)

.PHONY: compile-optimized-reproducible
compile-optimized-reproducible:
Expand Down

0 comments on commit 5fc84b0

Please sign in to comment.