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