This commit is contained in:
Ellie Hermaszewska 2024-12-31 09:38:04 +01:00 committed by GitHub
commit 35ff157ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ()