Removed -fsanitize=undefined - I have missed it on last commit
This commit is contained in:
parent
08f74b5603
commit
23c78217b1
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ if TUNEMU
|
||||||
LIBS += -lpcap
|
LIBS += -lpcap
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\" -iquote. -fsanitize=undefined
|
AM_CFLAGS = -DCONFDIR=\"$(sysconfdir)\" -DLOCALSTATEDIR=\"$(localstatedir)\" -DSBINDIR=\"$(sbindir)\" -iquote.
|
||||||
if OPENBSD
|
if OPENBSD
|
||||||
AM_CFLAGS += -fstack-protector-all
|
AM_CFLAGS += -fstack-protector-all
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue