We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30a872 commit f4d0688Copy full SHA for f4d0688
runtime/CMakeLists.txt
@@ -4,7 +4,7 @@ set(WARNINGS "-Wall -Werror -Wno-multichar -Wno-unused -Wno-unused-function -Wno
4
5
# Compile the runtime with some special flags
6
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -gdwarf-4 ${WARNINGS} ")
7
-set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -std=c++2a -Wno-deprecated -fno-exceptions -Wno-ctad-maybe-unsupported -Wno-reorder -fno-rtti ")
+set(CMAKE_CXX_FLAGS "${CMAKE_C_FLAGS} -std=c++2a -Wno-deprecated -fno-exceptions -Wno-ctad-maybe-unsupported -Wno-reorder -fno-rtti -Wno-invalid-offsetof ")
8
9
10
0 commit comments