mirror of
https://github.com/janet-lang/janet
synced 2026-03-04 06:49:48 +00:00
msvc does not have undefined behavior sanitizer.
This commit is contained in:
@@ -29,7 +29,7 @@ if DEFINED CLANG (
|
||||
@set COMPILER=cl.exe
|
||||
)
|
||||
if DEFINED SANITIZE (
|
||||
@set "SANITIZERS=/fsanitize=address,undefined"
|
||||
@set "SANITIZERS=/fsanitize=address"
|
||||
) else (
|
||||
@set "SANITIZERS="
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user