freemyipod r569 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r568‎ | r569 | r570 >
Date:00:47, 8 February 2011
Author:theseven
Status:new
Tags:
Comment:
dumpmalloc: Reduce memory requirements
Modified paths:
  • /apps/dumpmalloc/Makefile (modified) (history)

Diff [purge]

Index: apps/dumpmalloc/Makefile
@@ -1,6 +1,6 @@
22 NAME := dumpmalloc
3 -STACKSIZE := 4096
4 -COMPRESS := true
 3+STACKSIZE := 256
 4+COMPRESS := false
55
66 EMCOREDIR ?= ../../emcore/trunk/
77