Fixing amalgamation.

This commit is contained in:
Daniel Lemire 2019-07-30 09:10:40 -04:00
parent 5fa79b2db2
commit 065805d6e1
3 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,7 @@ script:
- make
- make test
- make everything
- make amalgamate
- make clean
- make SANITIZEGOLD=1 test
- make clean

View File

@ -112,7 +112,7 @@ quiettest: jsoncheck numberparsingcheck stringparsingcheck basictests allparsers
amalgamate:
./amalgamation.sh
$(CXX) $(CXXFLAGS) -o singleheader/demo ./singleheader/amalgamation_demo.cpp -Isingleheader
submodules:
-git submodule update --init --recursive

View File

@ -42,6 +42,7 @@ $SCRIPTPATH/include/simdjson/jsonminifier.h
$SCRIPTPATH/include/simdjson/parsedjson.h
$SCRIPTPATH/include/simdjson/stage1_find_marks.h
$SCRIPTPATH/include/simdjson/stage1_find_marks_flatten.h
$SCRIPTPATH/include/simdjson/stage1_find_marks_flatten_haswell.h
$SCRIPTPATH/include/simdjson/stage1_find_marks_macros.h
$SCRIPTPATH/include/simdjson/stage1_find_marks_westmere.h
$SCRIPTPATH/include/simdjson/stage1_find_marks_haswell.h