]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.5
authorfred <fred>
Tue, 29 Oct 1996 00:18:00 +0000 (00:18 +0000)
committerfred <fred>
Tue, 29 Oct 1996 00:18:00 +0000 (00:18 +0000)
Makefile
README

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)
diff --git a/README b/README
index 412248b1440045ede6d73b5ee3f3488f8b63e5d8..0ad234c7ff2b2c8ae4d661ed2d371033b96d0d1a 100644 (file)
--- a/README
+++ b/README
@@ -6,4 +6,6 @@ patches to me,
 
   hanwen@stack.urc.tue.nl
 
+If you actually want to use this, you'd better use the "speed"
+compilation flags in the Makefile