mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
shorten sanitizer configuration
This commit is contained in:
parent
57410deca9
commit
f58dfdb67d
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ target_compile_options(libchibi-common
|
||||||
$<$<C_COMPILER_ID:GNU>:-Wall>
|
$<$<C_COMPILER_ID:GNU>:-Wall>
|
||||||
$<$<OR:$<C_COMPILER_ID:AppleClang>,$<C_COMPILER_ID:Clang>>:-Wall>
|
$<$<OR:$<C_COMPILER_ID:AppleClang>,$<C_COMPILER_ID:Clang>>:-Wall>
|
||||||
$<$<CONFIG:SANITIZER>:-g
|
$<$<CONFIG:SANITIZER>:-g
|
||||||
-fsanitize=address,undefined,integer-divide-by-zero,float-divide-by-zero,float-cast-overflow,return
|
-fsanitize=address,undefined,integer,float-divide-by-zero,float-cast-overflow,return
|
||||||
-fno-omit-frame-pointer>)
|
-fno-omit-frame-pointer>)
|
||||||
|
|
||||||
target_include_directories(libchibi-common
|
target_include_directories(libchibi-common
|
||||||
|
|
Loading…
Add table
Reference in a new issue