X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=Makefile;h=63b41c629bfae99d7c0c8ace28a1a63bfba1ae8d;hp=5c26cdfda8a4b9241777b77a525ce86319b98ae9;hb=2e57a952a702a2b591cabc9fb857d4cf0811e3a7;hpb=42fc62046615ada8580ed2ca497cc9a4c9293a1a diff --git a/Makefile b/Makefile index 5c26cdf..63b41c6 100644 --- 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)