mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-18 07:37:10 +08:00
fix: support clang17 for macos and fix the real libomp (#16086)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
0adba91547
commit
6342adc438
@ -33,8 +33,6 @@ endif()
|
|||||||
|
|
||||||
if(MACOSX_FOUND)
|
if(MACOSX_FOUND)
|
||||||
list(APPEND CXX_COMPILE_FLAGS
|
list(APPEND CXX_COMPILE_FLAGS
|
||||||
"-Xpreprocessor"
|
|
||||||
"-fopenmp"
|
|
||||||
"-DVLLM_CPU_EXTENSION")
|
"-DVLLM_CPU_EXTENSION")
|
||||||
else()
|
else()
|
||||||
list(APPEND CXX_COMPILE_FLAGS
|
list(APPEND CXX_COMPILE_FLAGS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user