[CMAKE] Use -Wno-error when compiling with GCC x64

This commit is contained in:
Hervé Poussineau 2020-12-29 18:14:30 +01:00
parent 5f3d3d7d48
commit 39545c3385

View file

@ -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