Skip to content

Commit 4a3b5c9

Browse files
committed
Merge branch 'maint'
2 parents 0e05703 + 9f9b26f commit 4a3b5c9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/snmp/src/misc/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ ERL_COMPILE_FLAGS += -I../../include \
9898
-I$(ERL_TOP)/lib/stdlib \
9999
$(SNMP_FLAGS)
100100

101+
ifeq ($(ERL_DETERMINISTIC),yes)
102+
ASN1_OPTS += +deterministic
103+
endif
101104

102105
# ----------------------------------------------------
103106
# Targets

0 commit comments

Comments
 (0)