From b2ff4fa41d33af6c3f784d26667d5aa2ad81ebd3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 10 Aug 2009 13:57:02 -0400 Subject: [PATCH] [HB] Don't override CXX compiler Just add couple of options to it (still assuming gcc) --- pango/opentype/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am index 2292c18..9d69186 100644 --- a/pango/opentype/Makefile.am +++ b/pango/opentype/Makefile.am @@ -2,7 +2,8 @@ NULL = -CXX = $(CC) -fno-rtti -fno-exceptions -Wabi -Wpadded -Wcast-align +# The following warning options are useful for debugging: -Wpadded -Wcast-align +AM_CXXFLAGS = -fno-rtti -fno-exceptions noinst_LTLIBRARIES = libharfbuzz.la -- 2.7.4