From 23c78217b168edc8ebb8423c5acbdb15e42dc14f Mon Sep 17 00:00:00 2001 From: thorkill Date: Sun, 29 Nov 2015 09:46:53 +0100 Subject: [PATCH] Removed -fsanitize=undefined - I have missed it on last commit --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 94134c94..8d9fd034 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -211,7 +211,7 @@ if TUNEMU LIBS += -lpcap endif -AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\" -iquote. -fsanitize=undefined +AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\" -iquote. if OPENBSD AM_CFLAGS += -fstack-protector-all endif