From af744c21e3a960954aa40c78341dce5cde88ead6 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Thu, 28 Jul 2011 17:06:01 +0200 Subject: [PATCH] Stricter compile flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 71bbc0a..2b5d91a 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CFLAGS=-g -Werror +CFLAGS=-g -Werror -Wall -Wextra LDFLAGS=-lpthread -lm all: fr60 -- 2.39.5