X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=make%2FVariables.make;h=0d2d6795b5b9022c18170d999dd5f352ccc44936;hb=c24b8835be7d548804a94f6caceadcf914bb8198;hp=83a4a29e0359e7b7506b4d2e4950afbda68f5189;hpb=2d0f3458ff34d5ec9496cca0073103f580e80395;p=lilypond.git diff --git a/make/Variables.make b/make/Variables.make index 83a4a29e03..0d2d6795b5 100644 --- a/make/Variables.make +++ b/make/Variables.make @@ -146,9 +146,9 @@ CFLAGS = $(ICFLAGS) $(DEFINES) $(INCLUDES) $(USER_CFLAGS) $(EXTRA_CFLAGS) # huh, but still, no warnings even provoced with linux's gcc 2.7.2.1? # -pipe makes it go faster, but is not supported on all platforms. +# EXTRA_CXXFLAGS= -fno-rtti -fno-exceptions -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion - CXXFLAGS = $(CFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS) INCLUDES = -Iinclude -I$(outdir) -I$(include-lib) -I$(libout) -I$(include-flower) -I$(flowerout) CXX_OUTPUT_OPTION = $< -o $@