]> de.git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Removing -std=c90, which was just used to make sure things stayed portable
authorWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 22 Aug 2012 09:49:46 +0000 (11:49 +0200)
committerWolfgang (Blub) Bumiller <blub@speed.at>
Wed, 22 Aug 2012 09:49:46 +0000 (11:49 +0200)
Makefile

index 87aa154b368f35ccad05abdd51718dd53d3521a9..cafa0c89f7ef55ae10b553bfbcd23d170335edef 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC     ?= clang
-CFLAGS += -Wall -I. -pedantic-errors -std=c90
+CFLAGS += -Wall -I. -pedantic-errors
 
 #turn on tons of warnings if clang is present
 ifeq ($(CC), clang)