Going less crazy.

This commit is contained in:
Daniel Lemire 2020-03-26 21:04:24 -04:00
parent f581627d10
commit 52b8d50178
1 changed files with 1 additions and 4 deletions

View File

@ -47,10 +47,7 @@ commands:
- run: EXTRAFLAGS=-Werror make
- run: EXTRAFLAGS=-Werror make amalgamate
- run: ARCHFLAGS=-march=haswell make amalgamate # some users do this: https://github.com/lemire/simdjson/issues/444
- run: EXTRAFLAGS=-Werror make test
- run: EXTRAFLAGS=-Werror make checkperf
- run: make clean
- run: ARCHFLAGS=-march=haswell make test # this breaks runtime dispatch, but see https://github.com/lemire/simdjson/issues/444... this is a code robustness test
- run: EXTRAFLAGS=-Werror make quicktest
- run: make clean
cmake_test: