From 17eeadbf1a76c2ad38869255191c3696be3cfb60 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 2 Jan 2009 21:49:17 +0100 Subject: [PATCH] Compile with debugging by default. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2