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 c2bf9b7 commit 7356126Copy full SHA for 7356126
mk/platform.mk
@@ -188,6 +188,7 @@ ifeq ($(CFG_C_COMPILER),clang)
188
CC=clang
189
CXX=clang++
190
CPP=cpp
191
+ # -Wno-c++11-compat allows us to use 'alignof' as an identifier in the runtime
192
CFG_GCCISH_CFLAGS += -Wall -Werror -Wno-c++11-compat -fno-rtti -g
193
CFG_GCCISH_LINK_FLAGS += -g
194
CFG_DEPEND_C = $(CFG_GCCISH_CROSS)$(CXX) $(CFG_GCCISH_CFLAGS) -MT "$(1)" \
0 commit comments