# HG changeset patch # User Chris Cannam # Date 1441631686 -3600 # Node ID 69041ebdeb9a7d62373b2cafd18c9387353cd059 # Parent c5e1b25d5177f1301140cfdf306132e4f17b5215 Optional debug flags diff -r c5e1b25d5177 -r 69041ebdeb9a build/linux/Makefile.linux64 --- a/build/linux/Makefile.linux64 Mon Sep 07 14:00:30 2015 +0100 +++ b/build/linux/Makefile.linux64 Mon Sep 07 14:14:46 2015 +0100 @@ -1,5 +1,6 @@ CFLAGS := -DNDEBUG -O3 -fPIC -ffast-math -msse -msse2 -mfpmath=sse -ftree-vectorize -DUSE_PTHREADS -Ibuild/linux/amd64 +#CFLAGS := -DDEBUG -g -fPIC -ffast-math -DUSE_PTHREADS -Ibuild/linux/amd64 CXXFLAGS := $(CFLAGS) include build/general/Makefile.inc