From a62f776d8e7e3e57d28ee71b34abab0a5b8471eb 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) --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2292c18a2..9d69186e0 100644 --- a/src/Makefile.am +++ b/src/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