File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ erl_xcomp_host=arm-linux-androideabi
62
62
# `configure' script.
63
63
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
64
64
erl_xcomp_configure_flags=" --without-termcap --without-wx \
65
- --enable-builtin-zlib"
65
+ --enable-builtin-zlib --enable-deterministic-build "
66
66
67
67
68
68
# # -- Cross Compiler and Other Tools -------------------------------------------
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ erl_xcomp_host=aarch64-linux-android
62
62
# `configure' script.
63
63
# Set --enable-builtin-zlib to avoid a inflateGetDictionary missing symbol
64
64
erl_xcomp_configure_flags=" --without-termcap --without-wx \
65
- --enable-builtin-zlib"
65
+ --enable-builtin-zlib --enable-deterministic-build "
66
66
67
67
68
68
# # -- Cross Compiler and Other Tools -------------------------------------------
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ erl_xcomp_host=x86_64-linux-android
61
61
# * `erl_xcomp_configure_flags' - Extra configure flags to pass to the
62
62
# `configure' script.
63
63
erl_xcomp_configure_flags=" --without-termcap --without-wx \
64
- --enable-builtin-zlib"
64
+ --enable-builtin-zlib --enable-deterministic-build "
65
65
66
66
# # -- Cross Compiler and Other Tools -------------------------------------------
67
67
You can’t perform that action at this time.
0 commit comments