diff options
Diffstat (limited to 'lib/eunit')
-rw-r--r-- | lib/eunit/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/eunit/test/Makefile b/lib/eunit/test/Makefile index e2fbdf7241..1bd9c0a07c 100644 --- a/lib/eunit/test/Makefile +++ b/lib/eunit/test/Makefile @@ -45,6 +45,7 @@ RELSYSDIR = $(RELEASE_PATH)/eunit_test # ---------------------------------------------------- ERL_MAKE_FLAGS += ERL_COMPILE_FLAGS += +ERL_COMPILE_FLAGS := $(filter-out +deterministic,$(ERL_COMPILE_FLAGS)) EBIN = . |