[core] code size: disable XXH64(), XXH3()

only XXH32() is used by ls-hpack, so disable XXH64() and XXH3()
to reduce code size.  (This maybe be changed in the future if
XXH64() or XXH3() are utilitized for their performance)
This commit is contained in:
Glenn Strauss 2020-09-05 21:43:19 -04:00
parent a7136aac8e
commit c946b198a3
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
/*(lighttpd customization)*/
#define XXH_NO_INLINE_HINTS 1
/*#define XXH_NO_INLINE_HINTS 1*/
/*#define XXH_REROLL 1*/
#define XXH_NO_LONG_LONG
/*
* xxHash - Extremely Fast Hash algorithm