fixed zstd+sanitizer build
parent
f9884036c2
commit
9a9d3f76c4
|
@ -71,7 +71,7 @@ jobs:
|
||||||
make gcc8install
|
make gcc8install
|
||||||
CC=gcc-8 CFLAGS="-Werror" make -j all
|
CC=gcc-8 CFLAGS="-Werror" make -j all
|
||||||
make clean
|
make clean
|
||||||
CC=gcc-8 make -j uasan-test-zstd </dev/null
|
CC=gcc-8 make -j uasan-test-zstd </dev/null V=1
|
||||||
|
|
||||||
gcc-6-asan-ubsan-testzstd-32bit:
|
gcc-6-asan-ubsan-testzstd-32bit:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -61,8 +61,10 @@ DEBUGFLAGS+=-Wall -Wextra -Wcast-qual -Wcast-align -Wshadow \
|
||||||
-Wstrict-prototypes -Wundef -Wpointer-arith \
|
-Wstrict-prototypes -Wundef -Wpointer-arith \
|
||||||
-Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
|
-Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \
|
||||||
-Wredundant-decls -Wmissing-prototypes -Wc++-compat
|
-Wredundant-decls -Wmissing-prototypes -Wc++-compat
|
||||||
CFLAGS += $(DEBUGFLAGS) $(MOREFLAGS)
|
CFLAGS += $(DEBUGFLAGS)
|
||||||
FLAGS = $(CPPFLAGS) $(CFLAGS) $(LDFLAGS)
|
CPPFLAGS += $(MOREFLAGS)
|
||||||
|
LDFLAGS += $(MOREFLAGS)
|
||||||
|
FLAGS = $(CFLAGS) $(CPPFLAGS) $(LDFLAGS)
|
||||||
|
|
||||||
ZSTDLIB_COMMON := $(ZSTDDIR)/common
|
ZSTDLIB_COMMON := $(ZSTDDIR)/common
|
||||||
ZSTDLIB_COMPRESS := $(ZSTDDIR)/compress
|
ZSTDLIB_COMPRESS := $(ZSTDDIR)/compress
|
||||||
|
|
Loading…
Reference in New Issue