lemoncake

rbtree based memory allocator
git clone git://git.2f30.org/lemoncake
Log | Files | Refs | README | LICENSE

commit f107cfcca7a61671596483c461c1c83e8c13b8dc
parent fd33607bb0996a8f97b4840746428a702a18b303
Author: sin <sin@2f30.org>
Date:   Fri, 20 Dec 2013 17:28:01 +0000

Bring down optimization level to -O2

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -4,7 +4,7 @@ VERSION = 0.3 PREFIX = /usr/local # flags -CFLAGS = -fPIC -Wall -O3 +CFLAGS = -fPIC -Wall -O2 LDFLAGS = -shared # compiler and linker