Disable undefined behavior sanitizer.
The build was successful. Podrobnosti

This commit is contained in:
Rafal Kupiec 2019-06-20 00:19:52 +02:00
rodič a1f1d50d25
revize c76ae15a7b
Podepsáno: belliash
ID GPG klíče: 4E829243E0CFE6B4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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