Merge d949675542 into 0c30a001bc
This commit is contained in:
commit
35ff157ad8
@ -17,7 +17,7 @@ else()
|
|||||||
# set(CMAKE_VISIBILITY_INLINES_HIDDEN YES)
|
# set(CMAKE_VISIBILITY_INLINES_HIDDEN YES)
|
||||||
|
|
||||||
if (MSVC)
|
if (MSVC)
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W3 /Zi /permissive-")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /W3 /permissive-")
|
||||||
else ()
|
else ()
|
||||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wshadow -Wformat=2 -Wall -Wno-overlength-strings -pedantic")
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wshadow -Wformat=2 -Wall -Wno-overlength-strings -pedantic")
|
||||||
endif ()
|
endif ()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user