mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 07:41:51 +00:00
[UDFS] Remove /Gz flag from options on MSVC
This commit is contained in:
parent
d10728a645
commit
7194f2f044
1 changed files with 0 additions and 2 deletions
|
@ -42,8 +42,6 @@ list(APPEND SOURCE
|
||||||
add_library(udfs MODULE ${SOURCE} udffs.rc)
|
add_library(udfs MODULE ${SOURCE} udffs.rc)
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# FIXME: Make sure we marked all what needs to be marked with stdcall before removing this.
|
|
||||||
target_compile_options(udfs PRIVATE "/Gz")
|
|
||||||
if(USE_CLANG_CL)
|
if(USE_CLANG_CL)
|
||||||
target_compile_options(udfs PRIVATE -Wno-extern-c-compat -Wno-unused-value)
|
target_compile_options(udfs PRIVATE -Wno-extern-c-compat -Wno-unused-value)
|
||||||
target_compile_options(udfs PRIVATE -Wno-tautological-constant-out-of-range-compare)
|
target_compile_options(udfs PRIVATE -Wno-tautological-constant-out-of-range-compare)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue