Kaydet (Commit) 37ec420f authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clang does not have -fpermissive

Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c
üst 0789ee23
...@@ -24,10 +24,12 @@ $(eval $(call gb_StaticLibrary_add_defs,graphite,\ ...@@ -24,10 +24,12 @@ $(eval $(call gb_StaticLibrary_add_defs,graphite,\
)) ))
ifeq ($(COM),GCC) ifeq ($(COM),GCC)
ifneq ($(COM_GCC_IS_CLANG),TRUE)
$(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\ $(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\
-fpermissive \ -fpermissive \
)) ))
endif endif
endif
$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp)) $(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment