Clang does not have -fpermissive
Change-Id: I24ae2f661a379d00ada9d1f288a702559719696c
This commit is contained in:
parent
0789ee23ae
commit
37ec420f8f
@ -24,10 +24,12 @@ $(eval $(call gb_StaticLibrary_add_defs,graphite,\
|
||||
))
|
||||
|
||||
ifeq ($(COM),GCC)
|
||||
ifneq ($(COM_GCC_IS_CLANG),TRUE)
|
||||
$(eval $(call gb_StaticLibrary_add_cxxflags,graphite,\
|
||||
-fpermissive \
|
||||
))
|
||||
endif
|
||||
endif
|
||||
|
||||
$(eval $(call gb_StaticLibrary_set_generated_cxx_suffix,graphite,cpp))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user