From 405df09fa6b372ac5c597348cda65880582b3352 Mon Sep 17 00:00:00 2001 From: fred Date: Thu, 4 Jun 1998 12:28:28 +0000 Subject: [PATCH] lilypond-1.0.4 --- stepmake/make/user.make | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 stepmake/make/user.make diff --git a/stepmake/make/user.make b/stepmake/make/user.make new file mode 100644 index 0000000000..598bc732fb --- /dev/null +++ b/stepmake/make/user.make @@ -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 + -- 2.39.5