mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 562710 - Disable -pedantic for cairo-qt code. r=jmuizelaar
This commit is contained in:
parent
e4afcbf64a
commit
a867ea39eb
@ -54,6 +54,7 @@ LIBRARY_NAME = mozcairo
|
||||
LIBXUL_LIBRARY = 1
|
||||
|
||||
ifdef GNU_CC
|
||||
OS_CXXFLAGS := $(filter-out -pedantic,$(OS_CXXFLAGS))
|
||||
MODULE_OPTIMIZE_FLAGS = -O2
|
||||
else
|
||||
ifeq ($(OS_ARCH),SunOS)
|
||||
|
Loading…
Reference in New Issue
Block a user