[HB] Don't override CXX compiler
Just add couple of options to it (still assuming gcc)
This commit is contained in:
parent
6bdab706ec
commit
a62f776d8e
|
@ -2,7 +2,8 @@
|
||||||
|
|
||||||
NULL =
|
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
|
noinst_LTLIBRARIES = libharfbuzz.la
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue