blob: 94c37dbbe4092fa818d0a48389978b1c70321e7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
--- soundtouch.orig/source/SoundStretch/Makefile.am
+++ soundtouch/source/SoundStretch/Makefile.am
@@ -43,11 +43,5 @@
## linker.
soundstretch_LDADD=../SoundTouch/libSoundTouch.la -lm
-## linker flags
-soundstretch_LDFLAGS=-s
-
-## additional compiler flags
-soundstretch_CXXFLAGS=-O3
-
#clean-local:
# -rm -f additional-files-to-remove-on-make-clean
--- soundtouch.orig/source/SoundTouch/Makefile.am
+++ soundtouch/source/SoundTouch/Makefile.am
@@ -36,7 +36,7 @@
# Note by authore: '-msse2' might not work in non-X86 compilations. If someone can
# fix this script to automatically check for CPU architecture, please submit a patch
# to me.
-AM_CXXFLAGS=-O3 -msse2 -fcheck-new -I../../include
+AM_CXXFLAGS=-fcheck-new -I../../include
# other linking flags to add
|