From: fred Date: Tue, 29 Oct 1996 00:18:00 +0000 (+0000) Subject: lilypond-0.0.5 X-Git-Tag: release/1.5.59~7011 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9b64bdf80d2aab15ab217e755eb04997deeedd3f;p=lilypond.git lilypond-0.0.5 --- diff --git a/Makefile b/Makefile index 2f5b450761..c1636f4012 100644 --- 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 412248b144..0ad234c7ff 100644 --- 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