]> git.donarmstrong.com Git - lilypond.git/blob - stepmake/stepmake/C++_vars.make
release: 1.0.2
[lilypond.git] / stepmake / stepmake / C++_vars.make
1
2 # added two warnings that are treated by cygwin32's gcc 2.7.2 as errors.
3 # huh, but still, no warnings even provoced with linux's gcc 2.7.2.1?
4
5 # -pipe makes it go faster, but is not supported on all platforms. 
6 # EXTRA_CXXFLAGS= -Wall -Winline -W -Wmissing-prototypes -Wmissing-declarations -Wconversion
7 EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion
8
9
10 CXXFLAGS = $(ICFLAGS) $(DEFINES) $(INCLUDES) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS)
11 CXX_OUTPUT_OPTION = $< -o $@
12 DO_CXX_COMPILE=$(DODEP) $(CXX) -c $(CXXFLAGS) $(CXX_OUTPUT_OPTION)
13
14