summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 11:22:33 +0200
committerYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 19:47:55 +0200
commit23d702dfaaa6ef20a02e410a09ae6f67e967464f (patch)
tree620e1d7509ddfe0e9b7102485ce01a0ff4549964
parenta44568d47a44beb66433206cdb7f7d931efc0f43 (diff)
downloadlibmts-io-23d702dfaaa6ef20a02e410a09ae6f67e967464f.tar.gz
libmts-io-23d702dfaaa6ef20a02e410a09ae6f67e967464f.tar.bz2
libmts-io-23d702dfaaa6ef20a02e410a09ae6f67e967464f.zip
libmts-io: Enable debug symbols in the build time
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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