You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ro...@apache.org on 2024/01/25 14:58:30 UTC

(couchdb-fast-pbkdf2) 15/40: Make compilation deterministic

This is an automated email from the ASF dual-hosted git repository.

ronny pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fast-pbkdf2.git

commit 14628f711abbad634d688ff55528fcae04c78114
Author: Nelson Vides <vi...@gmail.com>
AuthorDate: Thu Nov 4 16:40:23 2021 +0100

    Make compilation deterministic
---
 rebar.config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rebar.config b/rebar.config
index 52e1b87..88eb190 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,7 @@
+{erl_opts, [
+  deterministic
+ ]}.
+
 {deps, []}.
 
 {profiles, [