2 # project LilyPond -- the musical typesetter
3 # title user changeable settings
6 # Copyright (c) 1997 by
7 # Jan Nieuwenhuizen <jan@digicash.com>
8 # Han-Wen Nienhuys <hanwen@stack.nl>
11 # will be split into CFLAGS/EXTRA_CFLAGS etc,
12 # so that defineable generically and per module
14 # you-re using a i386, eh?
19 # optimization and debugging:
21 # if defined (=not commented-out), debugging flag is ignored!
22 OPTIFLAG
=-DNDEBUG
-DNPRINT
-O2
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.