mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-12 03:37:23 +00:00
Fix MSVC optimization flags
This commit is contained in:
parent
781a4ccb62
commit
0df4109074
@ -120,8 +120,8 @@ endif()
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "MSVC")
|
||||
set(LWIP_COMPILER_FLAGS
|
||||
$<$<CONFIG:Debug>:/O0>
|
||||
$<$<CONFIG:Release>:/O2>
|
||||
$<$<CONFIG:Debug>:/Od>
|
||||
$<$<CONFIG:Release>:/Ox>
|
||||
/Wall
|
||||
/WX
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user