mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 21:28:03 +00:00
fix gcc
This commit is contained in:
parent
0fdeb99aff
commit
398fc3330d
@ -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)
|
||||
target_compile_options(clay_official_website PUBLIC -Wall -Werror -Wno-unknown-pragmas)
|
||||
target_include_directories(clay_official_website PUBLIC .)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
Loading…
Reference in New Issue
Block a user