diff options
author | Rickard Green <[email protected]> | 2013-01-23 08:52:38 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-01-23 08:52:38 +0100 |
commit | 08e7cd303fa0a0c8f9cdf125a469bd5228712613 (patch) | |
tree | a62c0f9c76eef769300a50b75849ea91889e639e /erts/etc/common | |
parent | 0ab216f3dc96890b50f7430895ad5d7f6251f129 (diff) | |
parent | 209655e30a82cdf172211278e01807024eed4130 (diff) | |
download | otp-08e7cd303fa0a0c8f9cdf125a469bd5228712613.tar.gz otp-08e7cd303fa0a0c8f9cdf125a469bd5228712613.tar.bz2 otp-08e7cd303fa0a0c8f9cdf125a469bd5228712613.zip |
Merge branch 'rickard/+stbt/OTP-10668'
* rickard/+stbt/OTP-10668:
Add +stbt erl command line switch
Diffstat (limited to 'erts/etc/common')
-rw-r--r-- | erts/etc/common/erlexec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/etc/common/erlexec.c b/erts/etc/common/erlexec.c index 50c61f50eb..d865164bb0 100644 --- a/erts/etc/common/erlexec.c +++ b/erts/etc/common/erlexec.c @@ -124,6 +124,7 @@ static char *pluss_val_switches[] = { "bwt", "cl", "ct", + "tbt", "wt", "ws", "ss", |