From dccd3c0954f3b252c844fc0c45a8487ff0e57c00 Mon Sep 17 00:00:00 2001 From: Yevhen Mykhno Date: Tue, 31 Jan 2023 11:22:33 +0200 Subject: libmts-io: Enable debug symbols in the build time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 147623a..7095ddc 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ OBJS += \ CC := $(CXX) CXXFLAGS += -Wall -Werror -std=c++0x -fmessage-length=0 -fPIC -fvisibility=hidden -fvisibility-inlines-hidden CPPFLAGS += -I=/usr/include/jsoncpp -Iinclude -LDFLAGS += -s -shared -Wl,-soname,$(APPNAME).so.0 +LDFLAGS += -shared -Wl,-soname,$(APPNAME).so.0 .PHONY: all clean install -- cgit v1.2.3