From d74e11b80ec432a3e055884fb6722d45ddf04f8d Mon Sep 17 00:00:00 2001 From: Paul Woolcock Date: Mon, 12 Jan 2015 10:01:34 -0500 Subject: [PATCH] Allow better debugging This will ensure that we have better output when running `wren` under {g,ll}db. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9dc426d6..a2bbc309 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ AR = ar rcu # Compiler flags. CFLAGS = -std=c99 -Wall -Werror # TODO: Add -Wextra. -DEBUG_CFLAGS = -O0 -DDEBUG +DEBUG_CFLAGS = -O0 -DDEBUG -g RELEASE_CFLAGS = -Os # Files.