From c76ae15a7b429c6e5b17875efc47955cb7c55d16 Mon Sep 17 00:00:00 2001 From: belliash Date: Thu, 20 Jun 2019 00:19:52 +0200 Subject: [PATCH] Disable undefined behavior sanitizer. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 484e605..363ae83 100644 --- a/Makefile +++ b/Makefile @@ -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