From 1b73f0a77e83dbafdf5c429952e974ddecc43f04 Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 17 Jul 2011 10:59:56 +0000 Subject: [PATCH] Removed linker -strip option from SoundStretch gcc compilation --- source/SoundStretch/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/SoundStretch/Makefile.am b/source/SoundStretch/Makefile.am index 19ece16..1d46d29 100644 --- a/source/SoundStretch/Makefile.am +++ b/source/SoundStretch/Makefile.am @@ -43,8 +43,9 @@ soundstretch_SOURCES=main.cpp RunParameters.cpp WavFile.cpp ## linker. soundstretch_LDADD=../SoundTouch/libSoundTouch.la -lm -## linker flags -soundstretch_LDFLAGS=-s +## linker flags. +# OP 2011-7-17 Linker flags disabled to prevent stripping symbols by default +# soundstretch_LDFLAGS=-s ## additional compiler flags soundstretch_CXXFLAGS=-O3