Commit e6ab8cf7 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Simon Stridsberg

build: Missing sanitizers flags for vmod_h2

parent b9ef357f
...@@ -14,11 +14,13 @@ vmodtoolargs = --strict --boilerplate ...@@ -14,11 +14,13 @@ vmodtoolargs = --strict --boilerplate
vmod_LTLIBRARIES = libvmod_h2.la vmod_LTLIBRARIES = libvmod_h2.la
libvmod_h2_la_CFLAGS = libvmod_h2_la_CFLAGS = \
@SAN_CFLAGS@
libvmod_h2_la_LDFLAGS = \ libvmod_h2_la_LDFLAGS = \
$(AM_LDFLAGS) \ $(AM_LDFLAGS) \
$(VMOD_LDFLAGS) $(VMOD_LDFLAGS) \
@SAN_LDFLAGS@
nodist_libvmod_h2_la_SOURCES = vcc_if.c vcc_if.h nodist_libvmod_h2_la_SOURCES = vcc_if.c vcc_if.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment