diff options
author | Lukas Larsson <[email protected]> | 2017-03-21 13:40:08 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-04-21 14:30:22 +0200 |
commit | f30d131bd979e29b68fb7d9ff515c61a246201f4 (patch) | |
tree | aa034229bef00fcb99d2e50ecbcab2b7700df50d /scripts/build-otp | |
parent | 621cedccc78581330b9628c559b0d851c303564f (diff) | |
download | otp-f30d131bd979e29b68fb7d9ff515c61a246201f4.tar.gz otp-f30d131bd979e29b68fb7d9ff515c61a246201f4.tar.bz2 otp-f30d131bd979e29b68fb7d9ff515c61a246201f4.zip |
erts: Deprecate the non-smp emulators
Diffstat (limited to 'scripts/build-otp')
-rwxr-xr-x | scripts/build-otp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-otp b/scripts/build-otp index 92031c79c8..92a866a0a9 100755 --- a/scripts/build-otp +++ b/scripts/build-otp @@ -37,7 +37,7 @@ if [ ! -d "logs" ]; then fi do_and_log "Autoconfing" autoconf -do_and_log "Configuring" configure +do_and_log "Configuring" configure --enable-plain-emulator do_and_log "Building OTP" boot -a exit 0 |