]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/Makefile
release: 0.0.3
[lilypond.git] / flower / Makefile
index 9db4fbf5e872bf13de6ebc95634d7c01764594e1..aff8ac8f14f8b72be0014aac1f6cdfde46dd4f1d 100644 (file)
@@ -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