mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
[Core] Fix more C99 compliance issues (#118)
This commit is contained in:
parent
c24a41b9e4
commit
c13eef1c1e
10 changed files with 463 additions and 467 deletions
|
|
@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99)
|
|||
|
||||
add_executable(clay_official_website main.c)
|
||||
|
||||
target_compile_options(clay_official_website PUBLIC -Wall -Werror -Wno-unknown-pragmas)
|
||||
target_compile_options(clay_official_website PUBLIC -Wall -Werror -Wno-unknown-pragmas -Wno-error=missing-braces)
|
||||
target_include_directories(clay_official_website PUBLIC .)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue