diff options
author | Björn Gustavsson <[email protected]> | 2011-05-09 13:30:59 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-05-11 12:23:58 +0200 |
commit | 418d08ee5ac108d47940516e62580c9393395c4d (patch) | |
tree | c460e4b1c0d8d526eb317076bf3c176fac9e6d7d /erts/doc/src/erlang.xml | |
parent | ea7b192ef727ad5dac64df22f3c4a74288608b22 (diff) | |
download | otp-418d08ee5ac108d47940516e62580c9393395c4d.tar.gz otp-418d08ee5ac108d47940516e62580c9393395c4d.tar.bz2 otp-418d08ee5ac108d47940516e62580c9393395c4d.zip |
erlexec: Make ERL_<version>_FLAGS behave like ERL_AFLAGS
The contents of the ERL_<version>_FLAGS undocumented environment
variable would be added at the end of the command line passed
to the BEAM emualator (similar to ERL_ZFLAGS), making it impossible
to override (for example) "-smp" with "-smp disable" on the command
line.
To allow overriding, put the contents of ERL_<version>_FLAGS at
the beginning of the command line (similar to ERL_AFLAGS).
Since the ERL_<version>_FLAGS variable is undocumented and
unsupported, it is OK to change its behaviour in a minor release.
Diffstat (limited to 'erts/doc/src/erlang.xml')
0 files changed, 0 insertions, 0 deletions