mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Port tools to cxxopts (#904)
* Port tools to cxxopts * Fix minify tool architecture argument * Fix wrong return code in json2json * Change return codes * Better handling of the errors. * Updating to latest version. * cxxopts outside of SIMDJSON_COMPETITION Co-authored-by: Daniel Lemire <lemire@gmail.com>
This commit is contained in:
@@ -31,3 +31,6 @@
|
||||
[submodule "dependencies/benchmark"]
|
||||
path = dependencies/benchmark
|
||||
url = https://github.com/google/benchmark.git
|
||||
[submodule "dependencies/cxxopts"]
|
||||
path = dependencies/cxxopts
|
||||
url = https://github.com/jarro2783/cxxopts
|
||||
|
||||
Reference in New Issue
Block a user