diff --git a/sdk/cmake/gcc.cmake b/sdk/cmake/gcc.cmake index 72c0f5d09e0..9e94d499ea8 100644 --- a/sdk/cmake/gcc.cmake +++ b/sdk/cmake/gcc.cmake @@ -148,6 +148,7 @@ if(ARCH STREQUAL "i386") endif() elseif(ARCH STREQUAL "amd64") add_compile_options(-mpreferred-stack-boundary=4) + add_compile_options(-Wno-error) endif() # Other