summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.m68k
diff options
context:
space:
mode:
Diffstat (limited to 'extra/Configs/Config.m68k')
-rw-r--r--extra/Configs/Config.m68k5
1 files changed, 5 insertions, 0 deletions
diff --git a/extra/Configs/Config.m68k b/extra/Configs/Config.m68k
index 4c0cc0d09..41f1009fc 100644
--- a/extra/Configs/Config.m68k
+++ b/extra/Configs/Config.m68k
@@ -102,6 +102,11 @@ MALLOC = malloc-simple
#MALLOC = malloc
#MALLOC = malloc-930716
+# Having brk allows one to use malloc-930716, which is an order
+# of magnitude faster then "malloc" for most allocations, but
+# will do very bad things on MMU-less systems...
+EXCLUDE_BRK=true
+
# If you want to collect common syscall code into one function, set to this to
# `true'. Set it to false otherwise.
# On i386 this saves about than 2.8k over all syscalls.