mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Remove overflow trap flag from the default cmake configuration to prevent issues on windows
This commit is contained in:
parent
5e677cafb5
commit
7d73ccd60d
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ set(CMAKE_C_STANDARD 99)
|
|||
|
||||
add_executable(clay_official_website main.c)
|
||||
|
||||
target_compile_options(clay_official_website PUBLIC -DCLAY_OVERFLOW_TRAP -Wno-initializer-overrides)
|
||||
target_compile_options(clay_official_website PUBLIC -Wno-initializer-overrides)
|
||||
target_include_directories(clay_official_website PUBLIC .)
|
||||
|
||||
set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue