From d1aa0fff8042820894e0efb3988b18d5c2ef3bbe Mon Sep 17 00:00:00 2001 From: Jan Breuer <jan.breuer@jaybee.cz> Date: 周五, 13 11月 2015 06:20:03 +0800 Subject: [PATCH] Resolve #65: Infinite loop with non ASCII character --- libscpi/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libscpi/Makefile b/libscpi/Makefile index cd14ad4..e56d850 100644 --- a/libscpi/Makefile +++ b/libscpi/Makefile @@ -1,7 +1,7 @@ VERSION = 2.1.0 LIBNAME = scpi -CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -g -Iinc +CFLAGS += -Wextra -Wmissing-prototypes -Wimplicit -Iinc CFLAGS_SHARED += $(CFLAGS) -fPIC LDFLAGS += -Wl,--as-needed #TESTCFLAGS += $(CFLAGS) `pkg-config --cflags cunit` -- Gitblit v1.9.1