From: Steinar H. Gunderson Date: Fri, 2 Jan 2009 20:49:17 +0000 (+0100) Subject: Compile with debugging by default. X-Git-Url: https://git.sesse.net/?p=fjl;a=commitdiff_plain;h=17eeadbf1a76c2ad38869255191c3696be3cfb60;ds=sidebyside Compile with debugging by default. --- diff --git a/Makefile b/Makefile index ed0aab2..ecee87c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-std=gnu99 -O2 -msse4.1 +CFLAGS=-std=gnu99 -O2 -msse4.1 -g LDFLAGS= all: tests