[pango] [HB] Don't override CXX compiler
- From: Behdad Esfahbod <behdad src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pango] [HB] Don't override CXX compiler
- Date: Mon, 10 Aug 2009 18:02:19 +0000 (UTC)
commit b2ff4fa41d33af6c3f784d26667d5aa2ad81ebd3
Author: Behdad Esfahbod <behdad behdad org>
Date: Mon Aug 10 13:57:02 2009 -0400
[HB] Don't override CXX compiler
Just add couple of options to it (still assuming gcc)
pango/opentype/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]