]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.4
authorfred <fred>
Thu, 4 Jun 1998 12:28:28 +0000 (12:28 +0000)
committerfred <fred>
Thu, 4 Jun 1998 12:28:28 +0000 (12:28 +0000)
stepmake/make/user.make [new file with mode: 0644]

diff --git a/stepmake/make/user.make b/stepmake/make/user.make
new file mode 100644 (file)
index 0000000..598bc73
--- /dev/null
@@ -0,0 +1,15 @@
+# title           user changeable settings
+# file    make/User.make
+
+# will be split into CFLAGS/EXTRA_CFLAGS etc, 
+# so that defineable generically and per module
+
+#
+# -lefence = ElectricFence.
+#
+# ElectricFence is a memory debugger which uses the 
+# VM hardware to trap malloc/free errors.
+#
+
+EXTRALIB+= #-lefence
+