适配系统适配层的更新

This commit is contained in:
2026-04-23 14:48:24 +08:00
parent d9873206cc
commit fd4b7ebf9d
10 changed files with 159 additions and 52 deletions

View File

@@ -30,7 +30,7 @@ case "${ACTION}" in
mkdir -p "${BUILD_DIR}"
rm -rf "${BUILD_DIR:?}/"*
cmake -S . -B "${BUILD_DIR}" \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_BUILD_TYPE=Release \
-DHAS_PLATFORM_LINK_MODE="${LINK_MODE}"
cmake --build "${BUILD_DIR}" -j"$(nproc)"
;;