From c6f2c8fc3d831e8a2c828aaa666cd681872a6fc6 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Thu, 25 Apr 2013 03:37:40 +0000 Subject: [PATCH 1/1] That is also not needed anymore --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2