mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 19:35:29 +00:00
Removed /WX compile option for MSVC builds.
This commit is contained in:
parent
85103e43e4
commit
fde62658d8
|
@ -198,7 +198,7 @@ set(LIBSOUNDIO_LIBS
|
|||
)
|
||||
|
||||
if(MSVC)
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /WX /Wall")
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} /Wall")
|
||||
set(LIB_CFLAGS "/TP /W4")
|
||||
set(EXAMPLE_CFLAGS "/W4")
|
||||
set(TEST_CFLAGS "${LIB_CFLAGS}")
|
||||
|
|
Loading…
Reference in a new issue