We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aeb11 commit fafb1eaCopy full SHA for fafb1ea
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 34040be580afb1434e97e149693b8f8e2996e15b
+refs/heads/master: edf73f051270b0dadf2f6d24070cfe98be6a41e2
trunk/mk/platform.mk
@@ -49,7 +49,7 @@ ifeq ($(CFG_OSTYPE), Darwin)
49
#
50
# NB: Currently GCC's optimizer breaks rustrt (task-comm-1 hangs) on Darwin.
51
CFG_GCC_CFLAGS += -m32 -O0
52
- CFG_CLANG_CFLAGS += -m32 -O2
+ CFG_CLANG_CFLAGS += -m32 -O0
53
ifeq ($(CFG_CPUTYPE), x86_64)
54
CFG_GCCISH_CFLAGS += -arch i386
55
CFG_GCCISH_LINK_FLAGS += -arch i386
0 commit comments