feat use C11
Some checks failed
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Has been cancelled
android / build (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-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Release) (push) Has been cancelled
android / build (pull_request) Successful in 5m9s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 5m52s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 6m29s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 6m45s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m15s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 8m24s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 6m31s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 11m52s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 6m6s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 12m48s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 6m23s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 7m4s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 7m30s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 9m5s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 6m27s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 6m26s
linux-x64-gcc / linux-gcc (Release) (pull_request) Failing after 6m54s
Some checks failed
linux-mips-gcc / linux-gcc-mipsel (Release) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Waiting to run
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (push) Waiting to run
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (push) Waiting to run
linux-x64-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x64-gcc / linux-gcc (Release) (push) Waiting to run
linux-x86-gcc / linux-gcc (Debug) (push) Waiting to run
linux-x86-gcc / linux-gcc (Release) (push) Waiting to run
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (push) Has been cancelled
android / build (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-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Debug) (push) Has been cancelled
linux-mips-gcc / linux-gcc-mipsel (Debug) (push) Has been cancelled
linux-arm-gcc / linux-gcc-armhf (Release) (push) Has been cancelled
android / build (pull_request) Successful in 5m9s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Release) (pull_request) Failing after 5m52s
linux-arm-gcc / linux-gcc-arm (Debug) (pull_request) Failing after 6m29s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (Debug) (pull_request) Failing after 6m45s
linux-mips-gcc / linux-gcc-mipsel (Debug) (pull_request) Failing after 7m15s
linux-arm-gcc / linux-gcc-arm (Release) (pull_request) Failing after 8m24s
linux-mips-gcc / linux-gcc-mipsel (Release) (pull_request) Failing after 6m31s
linux-arm-gcc / linux-gcc-armhf (Debug) (pull_request) Failing after 11m52s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (pull_request) Failing after 6m6s
linux-arm-gcc / linux-gcc-armhf (Release) (pull_request) Failing after 12m48s
linux-riscv64-gcc / linux-gcc-riscv64 (Debug) (pull_request) Failing after 6m23s
linux-mips64-gcc / linux-gcc-mips64el (Release) (pull_request) Failing after 7m4s
linux-x64-gcc / linux-gcc (Debug) (pull_request) Failing after 7m30s
linux-riscv64-gcc / linux-gcc-riscv64 (Release) (pull_request) Failing after 9m5s
linux-x86-gcc / linux-gcc (Debug) (pull_request) Failing after 6m27s
linux-x86-gcc / linux-gcc (Release) (pull_request) Failing after 6m26s
linux-x64-gcc / linux-gcc (Release) (pull_request) Failing after 6m54s
This commit is contained in:
parent
10a4e047e6
commit
27d8c675b6
@ -13,6 +13,9 @@ set(CMAKE_CXX_STANDARD 11)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
set(CMAKE_C_STANDARD 11)
|
||||
set(CMAKE_C_STANDARD_REQUIRED ON)
|
||||
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
option(TILE_BUILD_TESTS "Build tests" OFF)
|
||||
|
Loading…
Reference in New Issue
Block a user