From: Wolfgang (Blub) Bumiller Date: Thu, 22 Nov 2012 22:11:29 +0000 (+0100) Subject: Fixing the makefile - stop adding pointless defaults X-Git-Tag: 0.1.9~332 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a4198fc27e237816041bf9fbb6b66469e9ed6695;p=xonotic%2Fgmqcc.git Fixing the makefile - stop adding pointless defaults --- 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 += \