aboutsummaryrefslogtreecommitdiffstats
path: root/xcomp/erl-xcomp.conf.template
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2018-10-18 12:07:05 +0200
committerLukas Larsson <[email protected]>2018-12-03 13:36:50 +0100
commit3e6890af1d8d5ec9e7ae51bf3ed439906d43905b (patch)
treed6f1b03243744a38e1298efdd00853793b0430f1 /xcomp/erl-xcomp.conf.template
parenta2d9a51091578da0ef41fbd91b281091d20aca2b (diff)
downloadotp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.tar.gz
otp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.tar.bz2
otp-3e6890af1d8d5ec9e7ae51bf3ed439906d43905b.zip
erts: Allow code_model_small to be set in xcomp setting
OTP-15473
Diffstat (limited to 'xcomp/erl-xcomp.conf.template')
-rw-r--r--xcomp/erl-xcomp.conf.template5
1 files changed, 5 insertions, 0 deletions
diff --git a/xcomp/erl-xcomp.conf.template b/xcomp/erl-xcomp.conf.template
index e9bbebb960..8ac187ad69 100644
--- a/xcomp/erl-xcomp.conf.template
+++ b/xcomp/erl-xcomp.conf.template
@@ -271,4 +271,9 @@
# alignment.
#erl_xcomp_posix_memalign=
+# * `erl_xcomp_code_model_small` - `yes|no`. Default to `no`. If `yes`, the target
+# system must place the beam.smp executable in the lower 2 GB of memory. That is it
+# should not use position independent executable.
+#erl_xcomp_code_model_small=
+
## -----------------------------------------------------------------------------