~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to libbristol/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-07-18 18:01:34 UTC
  • Revision ID: package-import@ubuntu.com-20120718180134-1xldo3zef4y3u1l8
Tags: 0.60.10-3
Extend 02-disable_sse.patch to disable -march=core2 -msse -msse
-mfpmath=sse when compiling libbristol too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AUTOMAKE_OPTIONS = foreign
2
2
 
3
3
AM_CFLAGS = -pthread -Wall -g -I$(srcdir)/../include/bristol -I$(srcdir)/../include/slab -DBRISTOL_HAS_ALSA=@BRISTOL_HAS_ALSA@ @BRISTOL_HAS_PA@
4
 
libbristol_la_LDFLAGS=-export-dynamic -version-info @BRISTOL_SO_VERSION@ -march=core2 -msse -msse2 -mfpmath=sse -ffast-math -fomit-frame-pointer -O3
 
4
libbristol_la_LDFLAGS=-export-dynamic -version-info @BRISTOL_SO_VERSION@ -ffast-math -fomit-frame-pointer -O2
5
5
#libbristol_la_LIBADD=$(top_builddir)/libbristol/libbristol.la
6
6
 
7
7
lib_LTLIBRARIES = libbristol.la