zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 9c41865cf6f70dbc27c67431c696ba465de20659
parent 5d877608fc2439d42789ae7ce791a6a3c152b5fd
Author: fundamental <[email protected]>
Date:   Sun, 14 Mar 2010 06:39:21 -0400

DSSI: fixing build failure

Diffstat:
Msrc/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Makefile b/src/Makefile @@ -1,9 +1,9 @@ include Makefile.inc ifneq ($(MAKECMDGOALS),debug) - CXXFLAGS= -O2 -Wall -g + CXXFLAGS= -O2 -Wall -g -fPIC else - CXXFLAGS= -O2 -Wall -Wpointer-arith + CXXFLAGS= -O2 -Wall -Wpointer-arith -fPIC endif CXXFLAGS += -DOS_$(OS_PORT) -D$(MIDIIN)MIDIIN -DFFTW_VERSION_$(FFTW_VERSION) -DASM_F2I_$(ASM_F2I) -ggdb