Use SIMDJSON_AMALGAMATED (which works in-editor and out) instead of editor-specific tweaks

This commit is contained in:
John Keiser
2023-07-15 14:53:02 -07:00
parent 421ed4f390
commit a442842f0d
86 changed files with 1305 additions and 1328 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
#ifndef SIMDJSON_SRC_FALLBACK_CPP
#define SIMDJSON_SRC_FALLBACK_CPP
#ifdef SIMDJSON_IN_EDITOR_IMPL
#ifndef SIMDJSON_AMALGAMATED
#include "generic/dependencies.h"
#endif // SIMDJSON_IN_EDITOR_IMPL
#endif // SIMDJSON_AMALGAMATED
#include "simdjson/fallback/implementation.h"
#include "simdjson/fallback/amalgamated.h"