summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYevhen Mykhno <yevhen.mykhno@globallogic.com>2023-01-31 11:22:33 +0200
committerJohn Klug <john.klug@multitech.com>2023-03-13 10:53:00 -0500
commitdccd3c0954f3b252c844fc0c45a8487ff0e57c00 (patch)
tree620e1d7509ddfe0e9b7102485ce01a0ff4549964
parentc2481cf0773c1550fdb9a28d1a0b407c577ac34e (diff)
downloadlibmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.tar.gz
libmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.tar.bz2
libmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.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