mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
remove deprecated /Za option from MSVC
This commit is contained in:
parent
9315793155
commit
5b1e350b2e
@ -55,7 +55,7 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
if(MSVC)
|
||||
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
|
||||
add_compile_options(/Za)
|
||||
# add_compile_options(/Za)
|
||||
endif(MSVC)
|
||||
|
||||
add_subdirectory(conversions)
|
||||
|
Loading…
Reference in New Issue
Block a user