lilypond-0.0.40
[lilypond.git] / make / User.make
blob383f6d47777d2ba69fc4cc9ce5542725303c1334
2 # project LilyPond -- the musical typesetter
3 # title user changeable settings
4 # file make/User.make
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
10 # this still sux
11 # will be split into CFLAGS/EXTRA_CFLAGS etc,
12 # so that defineable generically and per module
14 # you-re using a i386, eh?
16 #PROFILEFLAG=-pg
19 # optimization and debugging:
21 # if defined (=not commented-out), debugging flag is ignored!
22 OPTIFLAG=-DNDEBUG -DNPRINT -O2
24 DEBUGFLAG=-g
27 # turn off -pipe if linker doesn't support it
29 USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -DSTRING_UTILS_INLINED
33 # -lefence = ElectricFence.
35 # ElectricFence is a memory debugger which uses the
36 # VM hardware to trap malloc/free errors.
39 EXTRALIB+= #-lefence