From 219ca4fc80ef6491555b403c6884566c8e1deefd Mon Sep 17 00:00:00 2001 From: Rich Barlow <rich@bennellick.com> Date: 周一, 10 4月 2017 18:38:40 +0800 Subject: [PATCH] Don't reference malloc if not using alloc/free --- libscpi/Makefile | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index b1e95cb..e56d850 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -1,7 +1,6 @@ VERSION = 2.1.0 LIBNAME = scpi -CFLAGS += -std=c99 CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -Iinc CFLAGS_SHARED += $(CFLAGS) -fPIC LDFLAGS += -Wl,--as-needed -- Gitblit v1.9.1