]> git.donarmstrong.com Git - lilypond.git/blob - make/User.make
release: 0.0.46.jcn1
[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
30 # added two warnings that are treated by cygwin32's gcc 2.7.2 as errors.
31 # huh, but still, no warnings even provoced with linux's gcc 2.7.2.1?
32 USER_CXXFLAGS=-pipe -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion
33
34 #
35 # -lefence = ElectricFence.
36 #
37 # ElectricFence is a memory debugger which uses the 
38 # VM hardware to trap malloc/free errors.
39 #
40
41 EXTRALIB+= #-lefence
42