]> git.donarmstrong.com Git - lilypond.git/blobdiff - Makefile
release: 0.0.5
[lilypond.git] / Makefile
index 2f5b450761166df3b803966a344e52a1397a63f6..c1636f40128720cc272ea64c39b79db2e8fb07a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 MAJVER=0
 MINVER=0
-PATCHLEVEL=4
+PATCHLEVEL=5
 
 # 
 #
@@ -28,8 +28,10 @@ DFILES=$(hdr) $(mycc) $(othersrc) $(OFILES) $(IFILES) $(SCRIPTS) $(DOC)
 #compiling
 LOADLIBES=-L$(FLOWERDIR) -lflower
 FLOWERDIR=../flower
-#DEFINES=-DNDEBUG -DNPRINT -O2
-CXXFLAGS=$(DEFINES) -I$(FLOWERDIR) -pipe -Wall -W  -pedantic -g
+#DEFINES=-DNDEBUG -DNPRINT -O2                         # speedy
+DEFINES=-g                                     # lots of debugging info
+
+CXXFLAGS=$(DEFINES) -I$(FLOWERDIR) -pipe -Wall -W  -pedantic 
 FLEX=flex
 BISON=bison
 exe=$(PACKAGENAME)