From: fred Date: Thu, 24 Oct 1996 10:34:43 +0000 (+0000) Subject: flower-1.0.3 X-Git-Tag: release/1.5.59~7029 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4a62683a1bc976b55fcc2fc15a07c4630b32926d;p=lilypond.git flower-1.0.3 --- diff --git a/flower/Makefile b/flower/Makefile index 9db4fbf5e8..aff8ac8f14 100644 --- a/flower/Makefile +++ b/flower/Makefile @@ -1,12 +1,13 @@ MAJVER=1 MINVER=0 -PATCHLEVEL=2 +PATCHLEVEL=3 PACKAGENAME=flower VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) DNAME=$(PACKAGENAME)-$(VERSION) -#DEFINES=-DNDEBUG -CXXFLAGS+=$(DEFINES) -g -Wall -W -pedantic +DEFINES=-DNDEBUG -DNPRINT -O2 +#DEFINES=-g +CXXFLAGS+=$(DEFINES) -Wall -W -pedantic include Sources.make