From: Dale Weiler Date: Thu, 25 Apr 2013 03:37:40 +0000 (+0000) Subject: That is also not needed anymore X-Git-Tag: before-library~1 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=c6f2c8fc3d831e8a2c828aaa666cd681872a6fc6 That is also not needed anymore --- diff --git a/Makefile b/Makefile index 1c5ac8f..ff63173 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ CC ?= clang LDFLAGS := LIBS := -lm -CFLAGS += -Wall -Wextra -Werror -I. -fno-strict-aliasing -fsigned-char $(OPTIONAL) +CFLAGS += -Wall -Wextra -Werror -I. -fno-strict-aliasing $(OPTIONAL) ifneq ($(shell git describe --always 2>/dev/null),) CFLAGS += -DGMQCC_GITINFO="\"$(shell git describe --always)\"" endif