diff options
author | Lukas Larsson <[email protected]> | 2017-07-13 10:50:46 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2017-07-17 10:01:53 +0200 |
commit | 0a0d797a4b7609e52ce5dba6fcb19e315588cb9f (patch) | |
tree | d1bb351b2d774495a178b07bed25e721c1991d15 /erts/emulator/Makefile.in | |
parent | ee297c32a768ec333e2a8a3ef829a7690e91d306 (diff) | |
download | otp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.tar.gz otp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.tar.bz2 otp-0a0d797a4b7609e52ce5dba6fcb19e315588cb9f.zip |
erts: Cleanup alloc.types after non-smp removal
Diffstat (limited to 'erts/emulator/Makefile.in')
-rw-r--r-- | erts/emulator/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/Makefile.in b/erts/emulator/Makefile.in index 88ac3f652c..521fc46b47 100644 --- a/erts/emulator/Makefile.in +++ b/erts/emulator/Makefile.in @@ -181,7 +181,7 @@ endif override FLAVOR=smp FLAVOR_MARKER=.smp -ENABLE_ALLOC_TYPE_VARS += smp nofrag +ENABLE_ALLOC_TYPE_VARS += nofrag ifeq ($(DIRTY_SCHEDULER_SUPPORT),yes) THR_DEFS += -DERTS_DIRTY_SCHEDULERS DS_SUPPORT=yes |