From 3b8df7146fe31518080f3a38eee98222d97ee5b2 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Tue, 26 Jan 2016 19:22:53 -0500 Subject: fix a memory leak, bumps version to 0.4.0-rc1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c6dbca5..f8d92db 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ INCLUDES = -I src/ -I export/include/ WARNFLAGS = -Wall -Wextra -Wshadow -fno-strict-aliasing -OPTFLAGS = -Og +OPTFLAGS = -O3 DEBUGFLAGS = -g CFLAGS = $(OPTFLAGS) $(DEBUGFLAGS) $(WARNFLAGS) -std=c99 $(INCLUDES) -- cgit v1.1