summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2009-08-10 13:57:02 -0400
committerBehdad Esfahbod <behdad@behdad.org>2009-08-10 13:57:02 -0400
commitb2ff4fa41d33af6c3f784d26667d5aa2ad81ebd3 (patch)
treeed1e2106adb78ea0b2d93bffd8bbc182d8e74e60
parente6e9681411d07bbbca4c2c00052896aab3459fef (diff)
downloadpango-b2ff4fa41d33af6c3f784d26667d5aa2ad81ebd3.tar.gz
[HB] Don't override CXX compiler
Just add couple of options to it (still assuming gcc)
-rw-r--r--pango/opentype/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 2292c18a..9d69186e 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