From d33333d4f8f34b1fe5a9e3248003fe4fd05c4805 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 25 Sep 2016 23:31:14 +0200 Subject: build applause binary with debug information it should have no runtime penalty and eases debugging core dumps --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5102469..97ff2f7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC = gcc -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = -std=c99 -Wall -O2 -g LUA_CFLAGS = $(shell pkg-config --cflags luajit) LUA_LDFLAGS = $(shell pkg-config --libs luajit) -- cgit v1.2.3