summaryrefslogtreecommitdiff
blob: 2b1e1ac80958cdc7ed154dfb8dca42a171cf4d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- soundtouch/source/SoundStretch/Makefile.am
+++ soundtouch/source/SoundStretch/Makefile.am
@@ -48,7 +48,7 @@
 # soundstretch_LDFLAGS=-s
 
 ## additional compiler flags
-soundstretch_CXXFLAGS=-O3
+#soundstretch_CXXFLAGS=-O3
 
 #clean-local: 
 #	-rm -f additional-files-to-remove-on-make-clean
--- soundtouch/source/SoundTouch/Makefile.am
+++ soundtouch/source/SoundTouch/Makefile.am
@@ -32,7 +32,7 @@
 
 
 # Compiler flags
-AM_CXXFLAGS=-O3 -fcheck-new -I../../include
+AM_CXXFLAGS=-fcheck-new -I../../include
 
 # Compile the files that need MMX and SSE individually.
 libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la