That is also not needed anymore

This commit is contained in:
Dale Weiler 2013-04-25 03:37:40 +00:00
parent 2a3376cb52
commit c6f2c8fc3d

View file

@ -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