forked from mirrors/gecko-dev
Bug 1753107 - Enable framepointers on all channels for macOS arm64 builds. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D137574
This commit is contained in:
parent
586dd7d714
commit
648b57016d
1 changed files with 1 additions and 0 deletions
|
|
@ -2285,6 +2285,7 @@ def frame_pointer_default(optimize, debug, target, msan, asan, ubsan):
|
|||
or asan
|
||||
or ubsan
|
||||
or (target.os == "WINNT" and target.cpu in ("x86", "aarch64"))
|
||||
or (target.os == "OSX" and target.cpu == "aarch64")
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue