]> git.pld-linux.org Git - packages/zynaddsubfx.git/blob - ZynAddSubFX-optflags.patch
- http://belnet.sourceforge->http://dl.sourceforge
[packages/zynaddsubfx.git] / ZynAddSubFX-optflags.patch
1 diff -aurN ZynAddSubFX-1.4.1.orig/src/Makefile ZynAddSubFX-1.4.1/src/Makefile
2 --- ZynAddSubFX-1.4.1.orig/src/Makefile 2003-04-11 15:16:49.000000000 +0200
3 +++ ZynAddSubFX-1.4.1/src/Makefile      2003-06-20 00:00:05.000000000 +0200
4 @@ -1,7 +1,7 @@
5  include Makefile.inc
6  
7  ifneq ($(MAKECMDGOALS),debug)
8 -  CXXFLAGS= -O6 
9 +  CXXFLAGS= $(OPTFLAGS)
10  else 
11    CXXFLAGS= -O0 -ggdb 
12  endif
This page took 0.144623 seconds and 3 git commands to generate.