forked from Lainports/opnsense-ports
11 lines
418 B
Text
11 lines
418 B
Text
--- lib-src/soundtouch/source/SoundTouch/Makefile.am.orig 2015-07-11 10:02:22 UTC
|
|
+++ lib-src/soundtouch/source/SoundTouch/Makefile.am
|
|
@@ -32,7 +32,7 @@ libSoundTouch_la_SOURCES=AAFilter.cpp FI
|
|
|
|
|
|
# Compiler flags
|
|
-AM_CXXFLAGS=-O3 -fcheck-new -I../../include
|
|
+AM_CXXFLAGS=-O3 -I../../include
|
|
|
|
# Compile the files that need MMX and SSE individually.
|
|
libSoundTouch_la_LIBADD=libSoundTouchMMX.la libSoundTouchSSE.la
|