feat: default export compile_commands.json
Some checks failed
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 8m23s
linux-x86-gcc / linux-gcc (Debug) (push) Successful in 9m9s
android / build (arm64-v8a) (push) Successful in 5m36s
android / build (x86) (push) Successful in 3m11s
android / build (x86_64) (push) Successful in 4m39s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 8m35s
linux-x86-gcc / linux-gcc (Release) (push) Successful in 9m11s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Has been cancelled
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Has been cancelled
linux-arm-gcc / linux-gcc-arm (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-arm (Release) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Release) (push) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Has been cancelled
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Has been cancelled
linux-x64-clang / linux-clang (Debug) (push) Successful in 6m11s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Has been cancelled
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Has been cancelled
linux-x64-clang / linux-clang (Release) (push) Has been cancelled
android / build (armeabi-v7a) (push) Successful in 3m15s

This commit is contained in:
tqcq
2025-12-24 14:26:37 +08:00
parent 0e4ae34a38
commit e0b07ff8dd

View File

@@ -14,6 +14,7 @@ project(
LANGUAGES C CXX)
set(TILE_VERSION "${PROJECT_VERSION}.${tile_VERSION_BUILD}")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)