]> git.sesse.net Git - movit/commitdiff
Build with debug info.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 16:13:42 +0000 (18:13 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 1 Oct 2012 16:13:42 +0000 (18:13 +0200)
Makefile

index 2beee8bec36064fef18cc028addba21e01b6834c..728b6f013117a552e5abb4f513159d6d531585eb 100644 (file)
--- 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