File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
- refs/heads/try: c2bf9b7726b342b892b8cd773ac9b97fd029ff1f
5
+ refs/heads/try: 73561264572c1412b88695bf2f9563bff36857ee
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -188,6 +188,7 @@ ifeq ($(CFG_C_COMPILER),clang)
188
188
CC =clang
189
189
CXX =clang++
190
190
CPP =cpp
191
+ # -Wno-c++11-compat allows us to use 'alignof' as an identifier in the runtime
191
192
CFG_GCCISH_CFLAGS += -Wall -Werror -Wno-c++11-compat -fno-rtti -g
192
193
CFG_GCCISH_LINK_FLAGS += -g
193
194
CFG_DEPEND_C = $(CFG_GCCISH_CROSS )$(CXX ) $(CFG_GCCISH_CFLAGS ) -MT "$(1 ) " \
You can’t perform that action at this time.
0 commit comments