kvcache-ai-ktransformers/csrc/balance_serve
Aubrey Li 63ca2fa84d xxHash: fix link error due to non-position-independent code
Add PROPERTIES POSITION_INDEPENDENT_CODE option to fix the
following error:

/usr/bin/ld: ../../third_party/xxHash/libxxhash.a(xxhash.c.o):
relocation R_X86_64_32S against `.rodata' can not be used when
making a shared object; recompile with -fPIC

Trying to link a non-PIC static library libxxhash.a into a
.so shared library, which is not allowed. The object file
xxhash.c.o must be recompiled with explicit -fPIC support.
2025-04-10 21:50:23 +08:00
..
kvc2 balance_serve: Add g++ to compiler list 2025-04-09 11:25:35 +08:00
sched format kvc2, delete quant_configs, move model_configs to ~/.ktransformers 2025-04-08 10:06:07 +00:00
CMakeLists.txt xxHash: fix link error due to non-position-independent code 2025-04-10 21:50:23 +08:00