From: Yann Collet Date: Fri, 28 Apr 2017 00:28:32 +0000 (-0700) Subject: tests : -g is part of DEBUGFLAGS X-Git-Tag: v1.2.0^2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36e79a1a1f2126061782ae4719bc888b8f4e112b;p=thirdparty%2Fzstd.git tests : -g is part of DEBUGFLAGS --- diff --git a/tests/Makefile b/tests/Makefile index f5260e50e..ea58c0fe5 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -26,12 +26,12 @@ PYTHON ?= python3 TESTARTEFACT := versionsTest namespaceTest -DEBUGFLAG= -DZSTD_DEBUG=1 +DEBUGFLAGS=-g -DZSTD_DEBUG=1 CPPFLAGS+= -I$(ZSTDDIR) -I$(ZSTDDIR)/common -I$(ZSTDDIR)/compress \ -I$(ZSTDDIR)/dictBuilder -I$(ZSTDDIR)/deprecated -I$(PRGDIR) \ $(DEBUGFLAG) CFLAGS ?= -O3 -CFLAGS += -g -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ +CFLAGS += -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \ -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ -Wstrict-prototypes -Wundef -Wformat-security CFLAGS += $(MOREFLAGS)