mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-15 08:23:26 +00:00
Revert "rt: Reduce the mac red zone to 2K"
This reverts commit ba8f369f89
.
This commit is contained in:
parent
ba8f369f89
commit
2a490d1cf8
@ -20,8 +20,8 @@
|
||||
// FIXME: We want this to be 128 but need to slim the red zone calls down
|
||||
#define RZ_LINUX_32 (1024*2)
|
||||
#define RZ_LINUX_64 (1024*2)
|
||||
#define RZ_MAC_32 (1024*2)
|
||||
#define RZ_MAC_64 (1024*2)
|
||||
#define RZ_MAC_32 (1024*20)
|
||||
#define RZ_MAC_64 (1024*20)
|
||||
#define RZ_WIN_32 (1024*20)
|
||||
|
||||
#ifdef __linux__
|
||||
|
Loading…
Reference in New Issue
Block a user