Disable undefined behavior sanitizer.
The build was successful. Details

This commit is contained in:
Rafal Kupiec 2019-06-20 00:19:52 +02:00
부모 a1f1d50d25
커밋 c76ae15a7b
로그인 계정: belliash
GPG 키 ID: 4E829243E0CFE6B4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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