Skip to content

Commit

Permalink
Using immix as default
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Dec 18, 2024
1 parent 5c7dfd5 commit c0ddc03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ HAVE_SSP := 0
WITH_GC_VERIFY := 0
WITH_GC_DEBUG_ENV := 0

# Use stock if MMTK_PLAN hasn't been defined
MMTK_PLAN ?= None
# Use Immix if MMTK_PLAN hasn't been defined
MMTK_PLAN ?= Immix

# Enable DTrace support
WITH_DTRACE := 0
Expand Down

0 comments on commit c0ddc03

Please sign in to comment.