From f613fca7b528ee848c3a01dd9d0018345f2bb320 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 1 Oct 2012 18:13:42 +0200 Subject: [PATCH] Build with debug info. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2beee8b..728b6f0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=gcc CXX=g++ -CXXFLAGS=-Wall +CXXFLAGS=-Wall -g LDFLAGS=-lSDL -lSDL_image -lGL OBJS=main.o util.o widgets.o effect.o effect_chain.o OBJS += lift_gamma_gain_effect.o gamma_expansion_effect.o colorspace_conversion_effect.o -- 2.39.2