]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Fixing the makefile - stop adding pointless defaults
authorWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 22:11:29 +0000 (23:11 +0100)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Thu, 22 Nov 2012 22:11:29 +0000 (23:11 +0100)
Makefile

index 144fe4cabc2df97a3bcce432d56643c987353130..e7a648df2e9ed87f29f5c76efb70b2698a6ca0b3 100644 (file)
--- 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 +=                         \