From a4198fc27e237816041bf9fbb6b66469e9ed6695 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Thu, 22 Nov 2012 23:11:29 +0100 Subject: [PATCH] Fixing the makefile - stop adding pointless defaults --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 144fe4c..e7a648d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ PREFIX := /usr/local BINDIR := $(PREFIX)/bin CC ?= clang -CFLAGS += -Wall -I. -Os +CFLAGS += -Wall -I. #turn on tons of warnings if clang is present ifeq ($(CC), clang) CFLAGS += \ -- 2.39.2