[HB] Don't override CXX compiler

Just add couple of options to it (still assuming gcc)
This commit is contained in:
Behdad Esfahbod 2009-08-10 13:57:02 -04:00
parent 6bdab706ec
commit a62f776d8e
1 changed files with 2 additions and 1 deletions

View File

@ -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