fix: disable MallocNanoZone on mac (#33966)

Co-authored-by: Jacek Oleksy <jacek.oleksy@gmail.com>
This commit is contained in:
trop[bot]
2022-04-28 12:00:45 -04:00
committed by GitHub
parent 005eeafe95
commit fdd268b31e
3 changed files with 15 additions and 0 deletions

View File

@@ -12,5 +12,10 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>LSEnvironment</key>
<dict>
<key>MallocNanoZone</key>
<string>0</string>
</dict>
</dict>
</plist>