]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
No more hacks
[xonotic/gmqcc.git] / Makefile
index 5c26cdfda8a4b9241777b77a525ce86319b98ae9..63b41c629bfae99d7c0c8ace28a1a63bfba1ae8d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CYGWIN  = $(findstring CYGWIN,  $(UNAME))
 MINGW   = $(findstring MINGW32, $(UNAME))
 
 CC     ?= clang
-CFLAGS += -Wall -Wextra -I. -pedantic-errors -std=gnu99
+CFLAGS += -Wall -Wextra -I. -pedantic-errors
 #turn on tons of warnings if clang is present
 # but also turn off the STUPID ONES
 ifeq ($(CC), clang)