Skip to content

Commit

Permalink
Turn off VERBOSE=1 in default malloc, add back in disasm in 1440k image
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Dec 17, 2024
1 parent 5ec44f7 commit 547e603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elkscmd/Applications
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ nano-X/bin/nxworld.map ::lib/nxworld.map :nanox :1232c :1440k
basic/basic :basic :1200k
advent/advent :other :1440c
advent/advent.db ::lib/advent.db :other :1440c
debug/disasm :other
debug/disasm :other :1440k
debug/nm86 :other :1440c
debug/system.sym ::lib/system.sym :other :1440c
debug/testsym :other :1440c
2 changes: 1 addition & 1 deletion libc/malloc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(TOPDIR)/libc/$(COMPILER).inc
# allocations smaller than MCHUNK words (not bytes) are rounded up,
# larger requests are allocated from heap as is.
CFLAGS += -DMCHUNK=16
CFLAGS += -DVERBOSE=1
#CFLAGS += -DVERBOSE=1
#CFLAGS += -DMINALLOC
#CFLAGS += -DLAZY_FREE
#CFLAGS += -DL_alloca
Expand Down

0 comments on commit 547e603

Please sign in to comment.