diff options
| author | lijia <[email protected]> | 2024-03-20 17:11:39 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-03-22 09:11:49 +0800 |
| commit | b0df6e0c2846300ac15673a19fc10ce5fd409153 (patch) | |
| tree | 239bee509e44769a9c026998dfabba3fce806d16 /src/Makefile | |
| parent | 0ddf0cd934dd0ad9ec742790e6aeb4980bcdb64e (diff) | |
feat: obsolete libdocanalyze, use zlib to decompress http payload.v2.1.1obsolete-docanalyze-use-zlib
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index b2365d4..fa7333a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -17,7 +17,7 @@ LIB += -lMESA_handle_logger LIB += -lMESA_prof_load LIB += -lMESA_htable LIB += -lMESA_field_stat -LIB += -ldocumentanalyze +#LIB += -ldocumentanalyze LIB += ./lib/libhttp_parser.a LIB_FILE = $(wildcard ./lib/*.a) |
