Disable undefined behavior sanitizer.
已通過所有檢查
The build was successful.

此提交包含在:
2019-06-20 00:19:52 +02:00
父節點 a1f1d50d25
當前提交 c76ae15a7b

查看文件

@@ -11,7 +11,7 @@ RCFLAGS = -O3 -s
LDFLAGS =
# Flags to enable sanitize checker
SFLAGS = -fsanitize=address -fsanitize=leak -fsanitize=undefined
SFLAGS = -fsanitize=address -fsanitize=leak
# Destination directory
DESTDIR ?= $(realpath .)/binary