mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[CMAKE] Build GCC and Clang builds with -fno-common
This commit is contained in:
parent
93dcc8436c
commit
8f40fc7ede
2 changed files with 2 additions and 7 deletions
|
@ -55,11 +55,6 @@ if(ARCH STREQUAL "i386")
|
|||
endif()
|
||||
endif()
|
||||
|
||||
# CLang default to -fno-common from version 11 onward. We are not ready for this now
|
||||
if (USE_CLANG_CL)
|
||||
add_compile_options(-fcommon)
|
||||
endif()
|
||||
|
||||
# VS 12+ requires /FS when used in parallel compilations
|
||||
if(NOT MSVC_IDE)
|
||||
add_compile_options(/FS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue