mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 16:26:01 +08:00
[CMAKE] Use -Wno-error when compiling with GCC x64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user