diff options
author | Yevhen Mykhno <yevhen.mykhno@globallogic.com> | 2023-01-31 11:22:33 +0200 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2023-03-13 10:53:00 -0500 |
commit | dccd3c0954f3b252c844fc0c45a8487ff0e57c00 (patch) | |
tree | 620e1d7509ddfe0e9b7102485ce01a0ff4549964 /Makefile | |
parent | c2481cf0773c1550fdb9a28d1a0b407c577ac34e (diff) | |
download | libmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.tar.gz libmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.tar.bz2 libmts-io-dccd3c0954f3b252c844fc0c45a8487ff0e57c00.zip |
libmts-io: Enable debug symbols in the build time
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |