mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1052813 - Add -fomit-frame-pointer to CXXFLAGS for Skia r=mattwoodrow
This commit is contained in:
parent
19f7ba2da1
commit
f6b1cf92a3
@ -142,6 +142,7 @@ if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-overloaded-virtual',
|
||||
'-Wno-unused-function',
|
||||
'-fomit-frame-pointer',
|
||||
]
|
||||
if not CONFIG['CLANG_CXX']:
|
||||
CXXFLAGS += ['-Wno-logical-op']
|
||||
|
@ -970,6 +970,7 @@ if CONFIG['GNU_CXX']:
|
||||
CXXFLAGS += [
|
||||
'-Wno-overloaded-virtual',
|
||||
'-Wno-unused-function',
|
||||
'-fomit-frame-pointer',
|
||||
]
|
||||
if not CONFIG['CLANG_CXX']:
|
||||
CXXFLAGS += ['-Wno-logical-op']
|
||||
|
Loading…
Reference in New Issue
Block a user