Skip to content

Commit 6a681f9

Browse files
committed
---
yaml --- r: 13750 b: refs/heads/try c: 7356126 h: refs/heads/master v: v3
1 parent e3ee799 commit 6a681f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: c2bf9b7726b342b892b8cd773ac9b97fd029ff1f
5+
refs/heads/try: 73561264572c1412b88695bf2f9563bff36857ee
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/mk/platform.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ ifeq ($(CFG_C_COMPILER),clang)
188188
CC=clang
189189
CXX=clang++
190190
CPP=cpp
191+
# -Wno-c++11-compat allows us to use 'alignof' as an identifier in the runtime
191192
CFG_GCCISH_CFLAGS += -Wall -Werror -Wno-c++11-compat -fno-rtti -g
192193
CFG_GCCISH_LINK_FLAGS += -g
193194
CFG_DEPEND_C = $(CFG_GCCISH_CROSS)$(CXX) $(CFG_GCCISH_CFLAGS) -MT "$(1)" \

0 commit comments

Comments
 (0)