diff options
author | Rickard Green <[email protected]> | 2015-09-09 18:17:12 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2015-09-09 18:17:12 +0200 |
commit | 79da6e851e98729d103979ba466d47f4fa4421b2 (patch) | |
tree | 784997a4dd25c42715151ede2c4e55257badd9ca /HOWTO/INSTALL.md | |
parent | 4cfc35b1ef3667885b8de9df53b8ab8429117865 (diff) | |
parent | e4dedc6cffb5025161d9a6295523b215e5a165c7 (diff) | |
download | otp-79da6e851e98729d103979ba466d47f4fa4421b2.tar.gz otp-79da6e851e98729d103979ba466d47f4fa4421b2.tar.bz2 otp-79da6e851e98729d103979ba466d47f4fa4421b2.zip |
Merge branch 'rickard/disable-saved-compile-time/OTP-12971' into maint
* rickard/disable-saved-compile-time/OTP-12971:
Add configure switch --disable-saved-compile-time
Conflicts:
HOWTO/INSTALL.md
Diffstat (limited to 'HOWTO/INSTALL.md')
-rw-r--r-- | HOWTO/INSTALL.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md index 6434eda253..0dab438b10 100644 --- a/HOWTO/INSTALL.md +++ b/HOWTO/INSTALL.md @@ -410,6 +410,8 @@ Some of the available `configure` options are: time, and OS monotonic time with higher or lower resolution than chosen by default. Note that both alternatives may have a negative impact on the performance and scalability compared to the default clock sources chosen. +* `--disable-saved-compile-time` - Disable saving of compile date and time + in the emulator binary. * `--enable-dirty-schedulers` - Enable the **experimental** dirty schedulers functionality. Note that the dirty schedulers functionality is experimental, and **not supported**. This functionality **will** be subject to backward |