Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
update rubber band build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 2, 2020
1 parent 0baff68 commit e5f9f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/make/rubberband/Makefile.android.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PREFIX := @prefix@
CXX := @CXX@
CC := @CC@
CXXFLAGS := -DHAVE_LIBSAMPLERATE -DUSE_BUILTIN_FFT -DNO_THREAD_CHECKS -DNO_THREADING -DNO_TIMING -DNDEBUG -I. -Isrc -Irubberband @CXXFLAGS@ @SRC_CFLAGS@ @SNDFILE_CFLAGS@ $(OPTFLAGS)
CXXFLAGS := -DHAVE_LIBSAMPLERATE -DUSE_BUILTIN_FFT -DNO_THREAD_CHECKS -DNO_THREADING -DNO_TIMING -DNDEBUG -DPROCESS_SAMPLE_TYPE=float -DUSE_POMMIER_MATHFUN -I. -Isrc -Irubberband @CXXFLAGS@ @SRC_CFLAGS@ @SNDFILE_CFLAGS@ $(OPTFLAGS)
CFLAGS := @CFLAGS@ $(OPTFLAGS)
LDFLAGS := @LDFLAGS@ $(LDFLAGS)

Expand Down
2 changes: 1 addition & 1 deletion tools/make/rubberband/Makefile.ios.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
PREFIX := @prefix@
CXX := @CXX@
CC := @CC@
CXXFLAGS := -ffast-math -freciprocal-math -O3 -ftree-vectorize -DHAVE_LIBSAMPLERATE -DMALLOC_IS_ALIGNED -DHAVE_VDSP -DUSE_POMMIER_MATHFUN -DNO_THREADING -DNO_THREAD_CHECKS -DNO_TIMING -DNO_TIMING_COMPLETE_NOOP -DNDEBUG -I. -Isrc -Irubberband @CXXFLAGS@ @SRC_CFLAGS@ @SNDFILE_CFLAGS@ $(OPTFLAGS)
CXXFLAGS := -ffast-math -freciprocal-math -O3 -ftree-vectorize -DHAVE_LIBSAMPLERATE -DMALLOC_IS_ALIGNED -DHAVE_VDSP -DPROCESS_SAMPLE_TYPE=float -DUSE_POMMIER_MATHFUN -DNO_THREADING -DNO_THREAD_CHECKS -DNO_TIMING -DNO_TIMING_COMPLETE_NOOP -DNDEBUG -I. -Isrc -Irubberband @CXXFLAGS@ @SRC_CFLAGS@ @SNDFILE_CFLAGS@ $(OPTFLAGS)
CFLAGS := @CFLAGS@ $(OPTFLAGS)
LDFLAGS := @LDFLAGS@ -Wl,-framework,Accelerate $(LDFLAGS)

Expand Down

0 comments on commit e5f9f72

Please sign in to comment.