From b2cda0952925ca491b6e63b3af755f9b2ff16a60 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 16 Jul 2015 09:35:14 +0200 Subject: Add debug linker for GCC --- src/build-data/cc/gcc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index d7b35a7f0..863e504a2 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -30,7 +30,8 @@ makefile_style gmake # The default works for GNU ld and several other Unix linkers -default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" +default -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" +default-debug -> "$(CXX) -shared -fPIC -Wl,-soname,$(SONAME)" # Darwin, HP-UX and Solaris linkers use different syntax darwin -> "$(CXX) -dynamiclib -fPIC -install_name $(LIBDIR)/$(SONAME)" -- cgit v1.2.3