From a4dda309ae93a2d233f705328babc911a286242c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 23 Nov 2013 19:24:26 +0100 Subject: define xrealloc as a secure realloc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5259633..bd9b847 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ OPTIONS = OPTIMISE = -Os CPPFLAGS = $(foreach D, $(OPTIONS), -D'$(D)=1') -CFLAGS = -std=c90 -Wall -Wextra -fPIC +CFLAGS = -std=c99 -Wall -Wextra -fPIC LDFLAGS = -shared CC_FLAGS = $(CPPFLAGS) $(CFLAGS) $(OPTIMISE) -- cgit v1.2.3-70-g09d2